mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-04-07 21:20:05 +00: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;
|
|
}
|
|
}
|
|
}
|