This commit is contained in:
qsh
2024-05-10 16:21:07 +08:00
parent 58929c05ef
commit 8a5ae3948a
19 changed files with 533 additions and 8794 deletions

View File

@@ -17,7 +17,9 @@
}
.el-dialog__body {
overflow-y: auto;
padding-top: 0;
max-height: calc(100% - 118px);
}
/* nprogress 适配 element-plus 的主题色 */
@@ -48,3 +50,8 @@
.crud-form-item .el-input__wrapper {
width: 100%;
}
.el-dialog {
margin-top: 5vh;
max-height: 90vh;
}