Browse Source

Merge remote-tracking branch 'guAn_client/master'

yuhan 1 year ago
parent
commit
995d6fd1bb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/modules_guAn/visualization/modules/RunningState.vue

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

@@ -123,7 +123,7 @@
         </div>
         </div>
         <div class="echarts">
         <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: 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: 60%; height: 100%;" ref="zhuzhuang"></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 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>
       </div>
@@ -216,7 +216,7 @@ export default {
           //     }
           //     }
           // },
           // },
           grid: {
           grid: {
-              // left: 10,
+              left: '0',
               // right: 10,
               // right: 10,
               bottom: '10',
               bottom: '10',
               top: 10,
               top: 10,