فهرست منبع

经济运行绩效榜和光伏分析系统效率表头固定

baiyanting 1 سال پیش
والد
کامیت
a830c18393

+ 11 - 2
src/views/economicsOperation/benchmarkingManagement/performanceRankingList/index.vue

@@ -657,6 +657,7 @@ export default {
   position: relative;
 
   .left {
+    // z-index: 2;
     width: 850px;
     height: 100%;
     position: absolute;
@@ -704,8 +705,16 @@ export default {
     margin-left: 20px;
   }
 
-  .economicTable {
-    // width: 100%;
+  .economicTable::v-deep {
+    .el-table {
+      .el-table__header-wrapper {
+        position: fixed;
+        z-index: 1;
+      }
+      .el-table__body-wrapper {
+        margin-top: 46.85px;
+      }
+    }
   }
 }
 

+ 11 - 1
src/views/economicsOperation/photovoltaicAnalyse/prAnalyse/index.vue

@@ -311,11 +311,21 @@ export default {
       width: 100%;
       position: relative;
       overflow: auto;
-      .table-wrapper {
+      .table-wrapper ::v-deep {
         height: 100%;
         width: 100%;
+        .el-table {
+          .el-table__header-wrapper {
+            position: fixed;
+            z-index: 1;
+          }
+          .el-table__body-wrapper {
+            margin-top: 46.85px;
+          }
+        }
       }
       .chart-wrapper {
+        // z-index: 2;
         width: 600px;
         height: 100%;
         position: absolute;