guhongwei 3 năm trước cách đây
mục cha
commit
3dbf174289
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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>