guhongwei 3 년 전
부모
커밋
3dbf174289
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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>