Просмотр исходного кода

经济运行首页样式BUG修复

Koishi 3 лет назад
Родитель
Сommit
2214697d09

+ 4 - 0
src/assets/styles/theme/light/light-jjyx.less

@@ -163,4 +163,8 @@
             transition: @transition;
         }
     }
+
+    .power-benchmarking-page .top .top-left .table.el-table thead tr:last-child th .cell {
+        height : 116px;
+    }
 }

+ 9 - 3
src/views/About.vue

@@ -360,12 +360,18 @@ export default {
           show: true,
           data: ["风速功率", "实际功率", "最优功率"],
           right: "120",
-          top:"5",
+          top: "5",
           icon: "circle",
           itemWidth: 6,
-          inactiveColor: this.$store.state.themeName === "dark" ? partten.getColor("gray") : "#000",
+          inactiveColor:
+            this.$store.state.themeName === "dark"
+              ? partten.getColor("gray")
+              : "#000",
           textStyle: {
-            color: this.$store.state.themeName === "dark" ? partten.getColor("grayl") : "#000",
+            color:
+              this.$store.state.themeName === "dark"
+                ? partten.getColor("grayl")
+                : "#000",
             fontSize: 12,
           },
         },

+ 1 - 1
src/views/report/xnyfdscyb.vue

@@ -11,7 +11,7 @@
 export default {
   data(){
     return {
-      url: "http://10.155.32.4:8000/bi47/showreport.do?resid=EBI$12$0C375MRT9PPPNMNCCTULLVQINXCND95K$1$J5MNMSTMNC9C8LY5MDMUTRSUMU58W0RU.rpttpl&id=admin&pw=gdnxfd123&showmenu=false&showparams=true&calcnow=true"
+      url: "http://10.155.32.4:8000/bi47/showreport.do?resid=EBI$12$0C375MRT9PPPNMNCCTULLVQINXCND95K$1$J5MNMSTMNC9C8LY5MDMUTRSUMU58W0RU.rpttpl&id=admin&pw=admin&showmenu=false&showparams=true&calcnow=false"
     }
   }
 }