dialog.scss
500 Bytes
.dialog_title {
@flex();
justify-content: space-between;
width: 100%;
}
.el-dialog__header {
margin-bottom: 10px;
color: #4A4A4A;
border-bottom: 1px solid #E4EBF4;
}
.el-dialog__body {
padding-top: 10px;
padding-bottom: 0;
}
.el-dialog__headerbtn .el-dialog__close {
color: #6B7A99 !important;
position: relative;
top: -2px;
}
.dialog_footer {
@flex-center();
}
.el-form-item {
@flex();
width: 100%;
}
.el-dialog__wrapper {
@flex-center();
}
.el-dialog {
margin: 0;
}