fix: 修复属性配置弹窗CSS样式优先级,确保.dialog-wide下样式生效
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Agent
2026-03-30 14:33:26 +00:00
parent 1d779dcfbe
commit e1ed88de25

View File

@@ -424,7 +424,7 @@ export default {
max-height: 80vh; max-height: 80vh;
} }
.dialog-body { .dialog-wide .dialog-body {
padding: 30rpx; padding: 30rpx;
max-height: 60vh; max-height: 60vh;
overflow-y: auto; overflow-y: auto;