fuliqi
2024-09-30 f5f2d8089ab7d292401af3b76dc27fe7e444d294
src/views/screen/newPage/index.vue
@@ -45,13 +45,13 @@
                </div>
              </div>
              <div class="data-info">
                <div class="data-lable center">设备正常数</div>
                <div class="data-lable center">正常数</div>
                <div class="data-num type2 center">
                  <span v-roll>{{ item.normalNum }}</span>
                </div>
              </div>
              <div class="data-info">
                <div class="data-lable center">设备异常数</div>
                <div class="data-lable center">异常数</div>
                <div class="data-num type3 center">
                  <span v-roll>{{ item.errorNum }}</span>
                </div>
@@ -86,9 +86,8 @@
            overflow: hidden;
            overflow-x: auto;
            margin-top: -9px;
            height: 90%;
          ">
          <div style="width: 750px">
          <div style="width: 780px">
            <CarChart class="wrapper-item" :carList="carList"></CarChart>
          </div>
        </div>
@@ -100,7 +99,6 @@
        <div style="
            overflow: auto;
            margin-top: -9px;
            height: 90%;
          ">
          <div style="width: 1100px">
            <VideoChart class="wrapper-item" :videoList="videoList"></VideoChart>