allow the el-dialog body show scrollbar

This commit is contained in:
RockYang
2025-09-06 12:19:59 +08:00
parent 26f3db09a7
commit 1ff0636745
4 changed files with 3 additions and 12 deletions
+1 -2
View File
@@ -119,14 +119,13 @@ body {
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
.el-dialog {
margin: 0;
.el-dialog__body {
//max-height 80vh
overflow-y: auto;
max-height: calc(100vh - 100px);
}
}
}