mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2026-02-06 04:05:35 +00:00
14 lines
202 B
SCSS
14 lines
202 B
SCSS
.m-form-box {
|
|
display: flex;
|
|
flex-direction: column;
|
|
.el-box__header {
|
|
margin: 0;
|
|
}
|
|
|
|
.dialog-footer {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
}
|