mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-12-29 03:00:18 +00:00
14 lines
184 B
SCSS
14 lines
184 B
SCSS
.m-form-dialog {
|
|
.el-dialog__body {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.m-dialog-body {
|
|
padding: 0 20px;
|
|
}
|
|
|
|
.el-table .m-form-item .el-form-item {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|