wukai 2 долоо хоног өмнө
parent
commit
eff2536b4c

+ 2 - 2
src/views/biz/db/index.vue

@@ -133,8 +133,8 @@
     </el-dialog>
 
     <!-- 仓库配置详情对话框 -->
-    <el-dialog :title="dialogTitle" v-model="houseConfigOpen" width="80%" append-to-body>
-      <iframe :src="dialogUrl" width="100%" height="600" frameborder="0"></iframe>
+    <el-dialog :title="dialogTitle" v-model="houseConfigOpen" width="100%" append-to-body>
+      <iframe :src="dialogUrl" width="100%" height="750" frameborder="0"></iframe>
     </el-dialog>
   </div>
 </template>

+ 1 - 1
src/views/biz/dc/index.vue

@@ -94,7 +94,7 @@
     </div>
 
     <el-dialog :title="dialogTitle" v-model="houseConfigOpen" width="100%" append-to-body>
-      <iframe :src="dialogUrl" width="100%" height="480" frameborder="0"></iframe>
+      <iframe :src="dialogUrl" width="100%" height="620" frameborder="0"></iframe>
     </el-dialog>
   </div>
 </template>

+ 2 - 2
src/views/biz/dc/record.vue

@@ -96,7 +96,7 @@ getList();
   left:50%;
   top:50%;
   width: 880px;
-  height: 360px;
+  height: 480px;
   margin-top: -180px;
   margin-left: -440px;
   border-radius: 5px;
@@ -131,6 +131,6 @@ getList();
 
     .close-button::after {
       transform: rotate(-45deg);
-    } 
+    }
 }
 </style>