温红权 3 gadi atpakaļ
vecāks
revīzija
a78f466472
1 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 4 4
      ruoyi-ui/src/components/map/index.vue

+ 4 - 4
ruoyi-ui/src/components/map/index.vue

@@ -225,14 +225,14 @@
                 <div class="grid-content bg-purple contentFont" style="float:left">{{shipName.receive}}</div>
               </el-col>
             </el-row>
-            <el-button style="margin-top:5rem;margin-left:10rem;background-color:#0d25a5;color:white;font-size:7rem" icon="el-icon-location-information">历史轨迹</el-button>
+            <el-button style="margin-top:5rem;margin-left:10rem;background-color:#0d25a5;color:white;font-size:7rem;display:none" icon="el-icon-location-information">历史轨迹</el-button>
           </el-tab-pane>
           <el-tab-pane label="主要监测数据" name="second">
             <el-table
               :header-cell-style="{ background: '#e4eafc'}"
               ref="singleTable"
               :data="tableData.main"
-              highlight-current-row
+              highlight-current-row height="200px"
               style="width: 100%"
               class="tableSc">
               <el-table-column
@@ -273,10 +273,10 @@
               :header-cell-style="{ background: '#e4eafc'}"
               ref="singleTable"
               :data="tableData.minor"
-              highlight-current-row
+              highlight-current-row height="200px"
               style="width: 100%"
               class="tableSc"
-              height=200>
+              >
               <el-table-column
                 type="index"
                 label="序号"