mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-30 06:00:01 +08:00
14 lines
212 B
SCSS
14 lines
212 B
SCSS
.m-editor-data-source-fields {
|
|
width: 100%;
|
|
|
|
.tmagic-design-table {
|
|
width: 100%;
|
|
}
|
|
|
|
.m-editor-data-source-fields-footer {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
margin-top: 15px;
|
|
}
|
|
}
|