feat: 布局设置样式修改

This commit is contained in:
wang_fan_w 2024-06-16 23:07:30 +08:00
parent 3f86d41c61
commit 6cb15a03ac

View File

@ -136,6 +136,7 @@ const handleCancel = () => {
align-items: center; align-items: center;
justify-content: center; justify-content: center;
margin-bottom: $margin; margin-bottom: $margin;
column-gap: $margin;
} }
.layout-defaults, .layout-defaults,
@ -143,7 +144,6 @@ const handleCancel = () => {
.layout-mixing { .layout-mixing {
width: 70px; width: 70px;
height: 50px; height: 50px;
margin-right: $margin;
background: $color-fill-1; background: $color-fill-1;
border-radius: $radius-box; border-radius: $radius-box;
overflow: hidden; overflow: hidden;