mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-12-29 03:00:18 +00:00
24 lines
368 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|