dialog.less 235 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 .dialog_title{ @flex(); justify-content: space-between; width: 97%; } .el-dialog__header{ margin-bottom: 10px; background:@tablebg; } .dialog_footer{ @flex-center() } .el-form-item{ @flex(); width: 100%; }