浏览代码

no message

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>