Bladeren bron

Merge remote-tracking branch 'guAn_client/master'

yuhan 1 jaar geleden
bovenliggende
commit
b79fe16c70
1 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 5 5
      src/views/modules_guAn/visualization/modules/RunningState.vue

+ 5 - 5
src/views/modules_guAn/visualization/modules/RunningState.vue

@@ -39,7 +39,7 @@
           <div class="cee">0</div>
           <div class="rii">0</div>
         </div>
-        <div style="width: 100%; height: 12%; margin-bottom: 2.5%; display: flex;">
+        <div style="width: 100%; height: 12%; margin-bottom: 4.5px; display: flex;">
           <div style="width: 45%; height: 100%; font-size: 11px; color: #0CB8FF; display: flex; align-items: center; justify-content: center;">预计结束时间:</div>
           <div style="width: 60%; height: 100%; font-size: 8px; color: #FEFFFE; display: flex; align-items: center; justify-content: center;">2023年12月13日08时30分</div>
         </div>
@@ -124,7 +124,7 @@
         <div class="echarts">
           <div style="width: 30%; height: 100%; font-size: 12px; color: #0CB8FF; display: flex; align-items: center; padding-left:1%;">进度:</div>
           <div style="width: 55%; height: 100%;" ref="zhuzhuang"></div>
-          <div style="width: 10%; height: 100%; font-size: 9px; color: #FEFFFE; display: flex; align-items: center; justify-content: center;">80%</div>
+          <div style="width: 10%; height: 100%; font-size: 9px; color: #FEFFFE; display: flex; align-items: center; justify-content: center; padding-top:2%">80%</div>
         </div>
       </div>
     </div>
@@ -161,7 +161,7 @@ export default {
         grid: {
         left: '0',
         // right: '1%',
-        bottom: '60',
+        bottom: '58',
         // top: '1%',
         // 左侧文字显示
         // containLabel: true,
@@ -281,7 +281,7 @@ export default {
     width: 100%;
     height: 10%;
     // border: 1px solid rgb(255, 255, 255);
-    margin-bottom: 2.5%;
+    margin-bottom: 4.5px;
     background-color: #094F8D;
     color: #0CB8FE;
     padding-left: 2%;
@@ -293,7 +293,7 @@ export default {
     width: 100%;
     height: 10%;
     // border: 1px solid rgb(255, 255, 255);
-    margin-bottom: 2.5%;
+    margin-bottom: 4.5px;
     background-color: #072A54;
     color: #FEFFFE;
     padding-left: 2%;