mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-09-21 06:19:59 +08: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;
|
|
}
|
|
}
|