mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-08-13 16:28:55 +00:00
21 lines
335 B
SCSS
21 lines
335 B
SCSS
.m-fields-data-source-field-select {
|
|
width: 100%;
|
|
.m-editor-data-source-field-select {
|
|
display: flex;
|
|
width: 100%;
|
|
|
|
.tmagic-design-select {
|
|
flex: 1;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.tmagic-design-cascader {
|
|
flex: 2;
|
|
}
|
|
}
|
|
.tmagic-design-button {
|
|
margin-left: 5px;
|
|
padding: 5px 8px;
|
|
}
|
|
}
|