fix: 修复属性配置弹窗样式,确保padding和min-height生效
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-30 14:28:50 +00:00
parent ab38d6cd8c
commit 84d58af08c

View File

@@ -424,8 +424,10 @@ export default {
}
.dialog-body {
padding: 30rpx;
max-height: 60vh;
overflow-y: auto;
min-height: 200rpx;
}
.attr-item {