mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-10-15 10:22:10 +08:00
17 lines
261 B
SCSS
17 lines
261 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;
|
|
}
|
|
}
|
|
}
|