chenyc
2025-06-30 6ea5484424645a4f8d9a84af335578063d988203
src/theme/element.scss
@@ -245,13 +245,14 @@
         margin: 0 auto !important;
         position: absolute;
         .el-dialog__body {
            padding: 20px !important;
            padding: 0px !important;
         }
      }
   }
}
.el-dialog__body {
   max-height: calc(90vh - 111px) !important;
   // max-height: calc(90vh - 111px) !important;
   padding: 0;
   overflow-y: auto;
   overflow-x: hidden;
}