升级组件依赖到最新版本

This commit is contained in:
RuoYi
2022-11-17 13:50:35 +08:00
parent baa3cdffb5
commit 750a09d5b7
13 changed files with 51 additions and 53 deletions

View File

@@ -60,12 +60,15 @@
color: inherit;
}
.el-form .el-form-item__label {
font-weight: 700;
}
.el-dialog:not(.is-fullscreen) {
margin-top: 6vh !important;
}
.el-dialog.scrollbar .el-dialog__body {
overflow: auto;
overflow: auto;
overflow-x: hidden;
max-height: 70vh;
padding: 10px 20px 0;