hanbaoshan
2020-07-29 681c6fb5eb81ce31c6b055d7c150a5887c10468c
src/components/subComponents/SystemInfo.vue
@@ -75,7 +75,7 @@
        </li> 
      </ul>
    </div>-->
    <div class="eCharts-box" >
    <div class="eCharts-box" v-if="PollData.barCharts.length>0">
      <eChartsBar ref="cpuMeneryCharts" :xAxisData="PollData.barCharts"></eChartsBar>
    </div>
  </div>
@@ -125,7 +125,8 @@
    initCpuCharts() {
      this.$forceUpdate();
    }
  },
  }
}
</script>
<style lang="scss">