mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-07 06:15:24 +08:00
11 lines
142 B
CSS
11 lines
142 B
CSS
.sp-editor {
|
|
height: 500rpx;
|
|
}
|
|
|
|
.more {
|
|
transition: all 0.3s ease-in-out;
|
|
}
|
|
.p-content {
|
|
max-height: 50vh;
|
|
overflow-y: auto;
|
|
} |