liuhaining před 5 měsíci
rodič
revize
d7155a4d23

+ 1 - 1
src/App.vue

@@ -13,7 +13,7 @@
           <router-link to="/home">返回</router-link>
       </span>-->
     </div>
-    <router-view style="height: 650px;position: relative;"/>
+    <router-view style="position: relative;"/>
     <div class="info">
       <div style="font-size:18px"><a color="white">软件名称:北航TOF二维定位系统 V1.0</a></div>
       <div style="font-size:18px"><a color="white">软件版本:BeihangTOF2V1.0</a></div>

+ 0 - 1
src/components/Panel/Panel.vue

@@ -28,7 +28,6 @@
     display flex
     padding 0 20px
     width: 100%
-    height: 960px
     box-sizing border-box
     .light-bg
       flex 1

+ 1 - 2
src/pages/data/summary/SummaryCopy.vue

@@ -296,7 +296,7 @@
                 </el-row>
                 <el-row style="display: flex;margin-bottom:15px;margin-top:15px;flex-wrap:wrap;font-size:18px;">
                   <el-col :span="8" style="display:flex;margin-top:10px;flex-wrap:wrap;">
-                    <div><a color="white">选择卡:</a></div>
+                    <div><a color="white">选择卡:</a></div>
                   </el-col>
                   <el-col :span="16">
                     <el-select style="font-size:18px;" multiple  v-model="MapCardvalue" placeholder="请选择(不选择默认所有)" @change="">
@@ -5739,7 +5739,6 @@ ul.entries#log::-webkit-scrollbar {
   }
 
   .summary
-    height: 1000px
     padding 20px 0
     box-sizing border-box
 

+ 1 - 1
src/views/tmap/t-map.vue

@@ -72,7 +72,7 @@
         <el-col :span="2">
           <el-button type="primary" size="small" style="font-size:18px" @click="listTable()" round>查看基站数据</el-button>
         </el-col>
-        <el-col :span="2">
+        <el-col :span="2" v-if="false">
           <el-button type="primary" size="small" style="font-size:18px" @click="listTableCard()" round>查看终端数据</el-button>
         </el-col>
       </el-row>