chenyc
2025-02-13 c7d64da312576120b6252f91fea4e0052fd5f8dc
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;
}