fix: 修复属性配置弹窗样式,确保padding和min-height生效
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -424,8 +424,10 @@ export default {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.dialog-body {
|
.dialog-body {
|
||||||
|
padding: 30rpx;
|
||||||
max-height: 60vh;
|
max-height: 60vh;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
min-height: 200rpx;
|
||||||
}
|
}
|
||||||
|
|
||||||
.attr-item {
|
.attr-item {
|
||||||
|
|||||||
Reference in New Issue
Block a user