wuxiang 1 rok temu
rodzic
commit
e65969cc00

+ 6 - 8
src/views/functionalityManagement/index.vue

@@ -1,7 +1,6 @@
 <template>
-  <div>
-    <el-row :gutter="20">
-      <el-col :span="14">
+    <el-row :gutter="20" style="height:100%;">
+      <el-col :span="14" style="height:100%;">
         <el-card class="box-card">
           <div slot="header" class="clearfix">
             <span>系统健康状态:{{ platformID }}</span>
@@ -51,8 +50,8 @@
           </div>
         </el-card>
       </el-col>
-      <el-col :span="10">
-        <el-card class="box-card">
+      <el-col :span="10" style="height:100%;">
+        <el-card class="box-card" style="height:33%;">
           <div slot="header" class="clearfix">
             <span>V/U通信设备健康状态</span>
           </div>
@@ -71,7 +70,7 @@
             </template>
           </div>
         </el-card>
-        <el-card class="box-card">
+        <el-card class="box-card" style="height:33%;">
           <div slot="header" class="clearfix">
             <span>J通信设备健康状态</span>
           </div>
@@ -90,7 +89,7 @@
             </template>
           </div>
         </el-card>
-        <el-card class="box-card">
+        <el-card class="box-card" style="height:34%;">
           <div slot="header" class="clearfix">
             <span>ZY通信设备健康状态</span>
           </div>
@@ -111,7 +110,6 @@
         </el-card>
       </el-col>
     </el-row>
-  </div>
 </template>
 <script>
 import { mapGetters } from 'vuex'

+ 5 - 5
src/views/intelESMProcess/index.vue

@@ -1,8 +1,8 @@
 <template>
-  <el-column>
+  <el-col style="height:100%;">
     <!-- <el-row :gutter="20" type="flex" justify="space-around"> -->
-    <el-row :gutter="20" style="height: 40%;">
-      <el-col :span="12">
+    <el-row :gutter="20" style="height: 50%;">
+      <el-col :span="12" style="height:100%;">
         <el-card class="box-card" style="width: 100%">
           <div slot="header" class="clearfix">
             <span>本平台侦察结果</span>
@@ -26,7 +26,7 @@
           </div>
         </el-card>
       </el-col>
-      <el-col :span="12">
+      <el-col :span="12" style="height:100%;">
         <el-card class="box-card" style="width: 100%">
           <div slot="header" class="clearfix">
             <span>协同侦察结果</span>
@@ -87,7 +87,7 @@
         <el-button type="primary" @click="dialogVisible = false">确 定</el-button>
       </span>
     </el-dialog>
-  </el-column>
+  </el-col>
 </template>
 
 <script>

+ 7 - 16
src/views/networkManagement/index.vue

@@ -1,8 +1,7 @@
 <template>
-  <div>
-    <el-row :gutter="20">
-      <el-col :span="12">
-        <el-row>
+    <el-row :gutter="20" style="height:100%;">
+      <el-col :span="12" style="height:100%;">
+        <el-row style="height:50%;">
           <el-card class="box-card">
             <div slot="header" class="clearfix">
               <span>网络状态</span>
@@ -18,7 +17,7 @@
             </div>
           </el-card>
         </el-row>
-        <el-row>
+        <el-row style="height:50%;">
           <el-card class="box-card">
             <div slot="header" class="clearfix">
               <span>V/U链路状态</span>
@@ -54,8 +53,8 @@
           </el-card>
         </el-row>
       </el-col>
-      <el-col :span="12">
-        <el-row>
+      <el-col :span="12" style="height:100%;">
+        <el-row style="height:50%;">
           <el-card class="box-card">
             <div slot="header" class="clearfix">
               <span>J链路状态</span>
@@ -66,7 +65,7 @@
             </el-table>
           </el-card>
         </el-row>
-        <el-row>
+        <el-row style="height:50%;">
           <el-card class="box-card">
             <div slot="header" class="clearfix">
               <span>ZY链路状态</span>
@@ -79,14 +78,6 @@
         </el-row>
       </el-col>
     </el-row>
-    <!-- <el-col :span="12">
-      <el-card class="box-card">
-        <div slot="header" class="clearfix">
-          <span>网络拓扑</span>
-        </div>
-      </el-card>
-    </el-col> -->
-  </div>
 </template>
 
 <script>

+ 5 - 5
src/views/taskManagement/index.vue

@@ -1,6 +1,6 @@
 <template>
-  <el-row :gutter="6">
-    <el-col :span="12">
+  <el-row :gutter="6" style="height:100%;">
+    <el-col :span="12" style="height:100%;">
       <el-card class="box-card">
         <div slot="header" class="clearfix">
             <span>指挥电文管理</span>
@@ -13,8 +13,8 @@
         </el-table>
       </el-card>
     </el-col>
-    <el-col :span="12">
-      <el-row>
+    <el-col :span="12" style="height:100%;">
+      <el-row style="height:50%;">
         <el-card class="box-card">
           <div slot="header" class="clearfix">
             <span>任务规划管理</span>
@@ -81,7 +81,7 @@
           </div>
         </el-card>
       </el-row> -->
-      <el-row>
+      <el-row style="height:50%;">
         <el-card class="box-card">
           <div slot="header" class="clearfix">
             <span>外部协同管理</span>