fix:【ele】【mall】修复 diy-editor 的“组件容器属性”的【外部边距】【内部边距】的间隙不太对

This commit is contained in:
YunaiV
2025-11-02 18:15:08 +08:00
parent f984cb6dbd
commit de39f4683a

View File

@@ -197,4 +197,14 @@ const handleSliderChange = (prop: string) => {
:deep(.el-input-number) { :deep(.el-input-number) {
width: 50px; width: 50px;
} }
:deep(.el-tree) {
.el-tree-node__expand-icon {
margin-right: -15px;
}
.el-form-item {
margin-bottom: 0;
}
}
</style> </style>