xushili 1 vuosi sitten
vanhempi
commit
e154682f45
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/views/stateMonitor/focus/allBoosterStation.vue

+ 2 - 2
src/views/stateMonitor/focus/allBoosterStation.vue

@@ -38,7 +38,7 @@
           </el-button-group>
         </div>
         <div v-if="item.id === 'all'" :style="allpageHeight"
-             style="width: 100%;display: inline-block;overflow-y:auto">
+             style="width: 100%;height:100%;display: inline-block;overflow-y:auto">
           <div v-for="(item, index) in allSvgMsgData" :key="index" :style="getStyle(allHeight)">
             <div class="showAllSvgMsg" @dblclick="dblgetSvgDataFn(item.wpsid)" :class="getWarnstyle(item)">
               <div class="showAllSvgMsg_top" v-html="item.msg"></div>
@@ -158,7 +158,7 @@ export default {
         return {
           'width': '25%',
           'float': 'left',
-          'height': (document.documentElement.clientHeight - 200) / num2 + 'px'
+          'height': (document.documentElement.clientHeight - 100) / num2 + 'px'
         }
       } else {
         num = parseInt(this.allSvgMsgData.length / 5)