tmagic-editor/packages/form/src/theme/group-list.scss
2022-02-17 14:47:39 +08:00

24 lines
368 B
SCSS

.m-fields-group-list {
.el-button--text {
padding: 0;
margin-bottom: 7px;
}
.el-tree-node__expand-icon {
padding: 0;
margin-bottom: 7px;
&.expand {
transform: rotate(90deg);
}
}
.m-fields-group-list-item {
border-bottom: 1px solid #ebeef5;
margin-bottom: 7px;
&:last-of-type {
border-bottom: 0;
}
}
}