gx
chenyc
2025-02-19 b067918363985cbdf1f1f2174b61c6101e5395f0
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;
}