This commit is contained in:
guochunsi
2026-01-22 18:11:22 +08:00
parent 97eda6a70d
commit dd9295b5fe
4 changed files with 441 additions and 256 deletions

View File

@@ -350,6 +350,12 @@
color: var(--el-text-color-regular);
}
&.detail-dialog .el-dialog__body {
min-height: 80vh !important;
max-height: 80vh !important;
height: 80vh !important;
}
.el-dialog__footer {
padding: 12px 20px;