xujuanning 1 месяц назад
Родитель
Сommit
bbecfeee79

+ 13 - 1
src/views/economicsOperation/benchmarkingManagement/compontent/dayinfo.vue

@@ -39,6 +39,7 @@
           :cell-style="{ padding: '6px' }"
           :row-style="{ height: '4' }"
           stripe
+          custom-class="dayinfoSty"
           @selection-change="handleCurrentChange"
         >
           <el-table-column align="center" prop="name" label="场站" width="220">
@@ -297,7 +298,7 @@ export default {
     display: flex;
 
     .leftSty{
-      background: #142446 !important;
+      // background: #142446 !important;
     }
     .left {
       flex: 0 0 50%;
@@ -306,7 +307,9 @@ export default {
       flex-direction: column;
 
       .chart-body {
+        background: #142446 !important;
         flex-grow: 1;
+        width: 98%;
         display: flex;
         align-items: center;
         height: 345px;
@@ -342,3 +345,12 @@ export default {
   }
 }
 </style>
+<style lang="less" scoped>
+::v-deep .dayinfoSty {
+  thead{
+    .el-table__cell{
+     background: rgba(20, 36, 70, 0.5) !important;
+    }
+  }
+}
+</style>

+ 1 - 1
src/views/economicsOperation/jjyxReport/index.vue

@@ -87,7 +87,7 @@
         >
           单机运行指标性能分析
         </h3>
-        <div class="warn-table">
+        <div>
           <el-table
             class="toolSty"
             :data="jjyxList"

+ 1 - 1
src/views/economicsOperation/singleMachineDeviation/singleMachineDev.vue

@@ -45,7 +45,7 @@
       <h2 class="tableTitle">{{ stationName }}测风塔单机偏差分析</h2>
       <span class="tableUnit">单位:风速m/s,风向°</span>
       <div :style="tableHeight">
-        <div class="tablestyle warn-table" style="margin-top: 5px">
+        <div class="tablestyle" style="margin-top: 5px">
           <el-table
             :data="tableData"
             v-loading="loading"

+ 8 - 0
src/views/economicsOperation/stationAnalyse/windAndPhotovoltaic/components/wind.vue

@@ -191,4 +191,12 @@
             }
         }
     }
+    ::v-deep .el-table {
+        tr{
+            td{
+        background: #142446 !important;
+
+            }
+        }
+    }
 </style>

+ 1 - 1
src/views/economicsOperation/weatherMachine/weatherMachine.vue

@@ -45,7 +45,7 @@
       <h2 class="tableTitle">{{ stationName }}气象单机偏差分析</h2>
       <span class="tableUnit">单位:风速m/s,风向°</span>
       <div :style="tableHeight">
-        <div class="tablestyle warn-table" style="margin-top: 5px">
+        <div class="tablestyle" style="margin-top: 5px">
           <el-table
             :data="tableData"
             v-loading="loading"

+ 11 - 0
src/views/economicsOperation/windAnalyse/cutInAndOutAnalysis/index.vue

@@ -569,3 +569,14 @@ export default {
   color: #67b9ff;
 }
 </style>
+<style lang="less" scoped>
+::v-deep .el-table__body-wrapper {
+  background: #142446 !important;
+}
+::v-deep .el-table__fixed{
+  .el-table__fixed-body-wrapper {
+    background: #142446 !important;
+  }
+} 
+
+</style>

+ 11 - 0
src/views/economicsOperation/windAnalyse/performanceAssess/index.vue

@@ -647,3 +647,14 @@ export default {
   }
 }
 </style>
+<style lang="less" scoped>
+::v-deep .el-table__body-wrapper {
+  background: #142446 !important;
+}
+::v-deep .el-table__fixed{
+  .el-table__fixed-body-wrapper {
+    background: #142446 !important;
+  }
+} 
+
+</style>