linwenxin 4 ماه پیش
والد
کامیت
d0496c686e
1فایلهای تغییر یافته به همراه19 افزوده شده و 1 حذف شده
  1. 19 1
      src/views/setting/notification/networkNotification/index.vue

+ 19 - 1
src/views/setting/notification/networkNotification/index.vue

@@ -43,7 +43,7 @@
       >
         <zj-page-container v-if="formBoolXQ">
           <zj-page-fill class="neibuview">
-            <div class="nlnlknmlkmkl" style="width: 100%; height: 550px" v-if="formBoolXQ">
+            <div class="nlnlknmlkmkl" style="width: 100%" v-if="formBoolXQ">
               <template-page ref="pageRef2" :getList="getList2" :exportList="exportList2"></template-page>
             </div>
             <zj-form-container
@@ -472,6 +472,24 @@ export default {
   .zj-page-template {
     padding: 0px !important;
   }
+  .zj-page-fill {
+    min-height: auto !important;
+    .zj-page-fill-scroll {
+      height: auto !important;
+      .page-content {
+        height: auto !important;
+        .el-form {
+          height: auto !important;
+          .zj-table-class {
+            height: auto !important;
+            .dropUseKey {
+              height: auto !important;
+            }
+          }
+        }
+      }
+    }
+  }
 }
 </style>