2024-03-15 15:24:16 +08:00

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;
}
}