mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-10-04 09:29:59 +08:00
13 lines
310 B
SCSS
13 lines
310 B
SCSS
.m-fields-data-source-select,
|
|
.m-fields-data-source-field-select,
|
|
.m-fields-data-source-method-select .data-source-method-select-container,
|
|
.m-fields-code-select-col .code-select-container {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
|
|
.m-fields-select-action-button {
|
|
margin-left: 5px;
|
|
}
|
|
}
|