dengrui 8 ay önce
ebeveyn
işleme
288aa93b97

BIN
public/images/111.gif


+ 1 - 0
src/views/report/statistics/screens/common-headerB.vue

@@ -82,6 +82,7 @@ onMounted(() => {
     }
     .date {
       color: #babebe;
+      font-size: 1vw;
       & span:nth-child(1) {
         margin-right: 0.26vw;
       }

+ 5 - 2
src/views/report/statistics/screens/line/index.vue

@@ -63,7 +63,9 @@
         </ShowScroll>
       </div>
       <div class="middle">
-        <Middle3D class="item" />
+        <div class="item">
+          <el-image src="/images/111.gif" style="width: 100%; height: 100%" />
+        </div>
         <div class="item">
           <TitleHeaderB title="自动化设备状态" />
           <ShowScroll
@@ -380,6 +382,7 @@ const setChart1Option = () => {
     op1.xAxis.data = chartsData2.value.monthList;
     op1.yAxis.axisLabel.fontSize = fontSize.value;
     op1.xAxis.axisLabel.fontSize = fontSize.value;
+    op1.tooltip.textStyle.fontSize = fontSize.value;
     charts2.value.setOption(op1, true);
   }
 };
@@ -661,7 +664,7 @@ onMounted(async () => {
     text-align: center;
   }
   .midItem1 {
-    width: 20%;
+    width: 25%;
     height: 4vh;
     line-height: 4vh;
     margin-left: 0.3vw;