This commit is contained in:
qsh
2024-05-16 16:33:20 +08:00
parent 2468a0c8a5
commit 1ec084debe
17 changed files with 542 additions and 88 deletions

View File

@@ -19,7 +19,8 @@
.el-dialog__body {
overflow-y: auto;
padding-top: 0;
max-height: calc(100% - 118px);
padding-bottom: 0;
// max-height: calc(100% - 118px);
}
/* nprogress 适配 element-plus 的主题色 */
@@ -53,7 +54,7 @@
.el-dialog {
margin-top: 5vh;
max-height: 90vh;
// max-height: 90vh;
}
.el-form--inline .el-form-item {