zhangzengfei
2021-09-22 764456edf0b72fd40fd64f79e59949a63a636005
src/components/subComponents/SystemInfo.vue
@@ -1,6 +1,6 @@
<template>
  <div :class="showClass">
    <div class="card-box" :style="`width:${borderWidth}`">
    <div class="card-box" :style="`width:${borderWidth};min-width:456px`" >
      <ul>
        <li style="max-width:30px;" v-if="ShowLocalVedio">
          <div class="total-box">
@@ -127,7 +127,8 @@
    }
  },
  mounted(){
    console.log('PollData.RealTimeValidCount',this.PollData.RealTimeValidCount)
    console.log(this.PollData);
    // console.log('PollData.RealTimeValidCount',this.PollData.RealTimeValidCount)
  }
}
</script>
@@ -181,11 +182,12 @@
    }
  }
  .eCharts-box {
    width: 28%;
    width: 46%;
    float: left;
    box-sizing: border-box;
    height: 100%;
    margin-left: 30px;
    padding-left: 10px;
    //margin-left: 10px;
    // @media screen and (min-width: 1280px) and (max-width: 1440px) {
    //   width: 35%;
    // }