Biao 3 years ago
parent
commit
7024e8afef

+ 1 - 1
src/components/coms/cards/percent-card-2.vue

@@ -16,7 +16,7 @@
       </div>
       <div class="card-value">
         <span class="value-text gray">{{ ActualText }}</span>
-        <span class="white">{{ ActualValue  }}</span>
+        <span class="white">{{ ActualValue*10  }}</span>
       </div>
     </div>
   </div>

+ 3 - 3
src/components/coms/panel/panel.vue

@@ -73,12 +73,12 @@ export default {
 
   .panel-header {
     display: flex;
-    font-size: 16px;
+    font-size: 14px;
     padding-left: 1.185vh;
     background: rgba(255, 255, 255, 10%);
-    line-height: 45px;
+    line-height: 27px;
     margin-bottom: 0.7407vh;
-    height: 45px;
+    height: 27px;
 
     .panel-title {
       color: fade(#fff, 75);

+ 1 - 1
src/views/Decision/Decision2.vue

@@ -146,7 +146,7 @@
       <div>
         <panel title="损失电量分析">
           <multiple-bar-chart
-            :height="'calc(100vh - 21.5vh - 500px)'"
+            :height="'calc(100vh - 26.5vh - 500px)'"
             :list="analyis"
             :customerTooltip="true"
             @tooltip="tooltip"

+ 1 - 1
src/views/Decision/Decision2Cjdb.vue

@@ -96,7 +96,7 @@
       <div>
         <panel title="损失电量分析">
           <multiple-bar-chart
-            :height="'calc(100vh - 21.3vh - 500px)'"
+            :height="'calc(100vh - 23.3vh - 500px)'"
             :list="analyis"
             :customerTooltip="true"
             @tooltip="tooltip"

+ 1 - 1
src/views/Decision/Decision2Cndb.vue

@@ -77,7 +77,7 @@
         <el-col :span="24" class="pd-l-8">
           <panel title="损失电量分析">
             <multiple-bar-chart
-              height="30vh"
+              height="28vh"
               :list="analyis"
               :customerTooltip="true"
               @tooltip="tooltip"

+ 1 - 1
src/views/Decision/Decision3.vue

@@ -136,7 +136,7 @@
       </el-row>
       <panel title="损失电量分析">
         <multiple-bar-chart
-          :height="'calc(100vh - 21.3vh - 430px)'"
+          :height="'calc(100vh - 23.3vh - 430px)'"
           :list="analyis"
           :customerTooltip="true"
           @tooltip="tooltip"

+ 1 - 1
src/views/LightMatrix1/LightMatrix1.vue

@@ -450,7 +450,7 @@ export default {
 
     // 请求服务
     requestData(showLoading) {
-      console.log(111111);
+      // console.log(111111);
       api.matrixPush(showLoading).then((res) => {
         console.log(res.data);
         if (res) {