guhongwei 3 years ago
parent
commit
3dbf174289
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/components/frame/e-dialog.vue

+ 2 - 1
src/components/frame/e-dialog.vue

@@ -50,7 +50,8 @@ export default {
 <style lang="less" scoped>
 /deep/.el-dialog__body {
   padding: 10px;
-  min-height: 330px;
+  min-height: 50px;
+  max-height: 350px;
   overflow-y: auto;
 }
 </style>