SunZehao před 5 dny
rodič
revize
ad61efb8a8

+ 1 - 1
src/views/economicsOperation/stationAnalyse/angleAnalysis/index.vue

@@ -940,7 +940,7 @@ onActivated(() => {
       }
 
       .tableDataMain {
-        margin-top: 5px;
+        // margin-top: 5px;
         background: #212223;
       }
     }

+ 1 - 1
src/views/economicsOperation/stationAnalyse/fjglfsAnalysis/index.vue

@@ -761,7 +761,7 @@ onActivated(() => {
       }
 
       .tableDataMain {
-        margin-top: 5px;
+        // margin-top: 5px;
         background: #212223;
       }
     }

+ 4 - 4
src/views/economicsOperation/thematicAnalysis/comprehensiveAnalysis/index.vue

@@ -53,7 +53,7 @@
     </div>
     <div class="downPdf" id="downPdf">
       <div class="comAnalysis_Table">
-        <div class="table_month" style="margin-right: 5px">
+        <div class="table_month" style="margin-right: 10px">
           <div class="table_top">
             <div class="table_top_tit">
               <span>月度</span>
@@ -66,7 +66,7 @@
               stripe
               ref="stand_table"
               style="width: 100%"
-              height="100%"
+              height="calc(100% - 24px)"
             >
               <el-table-column prop="type" align="center" width="55">
               </el-table-column>
@@ -166,7 +166,7 @@
             </el-table>
           </div>
         </div>
-        <div class="table_year" style="margin-left: 5px">
+        <div class="table_year" style="margin-left: 6px">
           <div class="table_top">
             <div class="table_top_tit">
               <span>年度</span>
@@ -935,7 +935,7 @@ export default {
       height: calc(100% - 300px);
       .table_month,
       .table_year {
-        width: 50%;
+        width: 49.5%;
         height: 100%;
         background: rgba(0, 0, 0, 0.45);
 

+ 1 - 1
src/views/economicsOperation/windAnalyse/qxpclfx/index.vue

@@ -71,7 +71,7 @@
         size="mini"
         :data="tableData.data"
         style="width: 100%"
-        max-height="780px"
+        max-height="830px"
         stripe
       >
         <el-table-column

+ 1 - 1
src/views/economicsOperation/windAnalyse/qxqjpcl/index.vue

@@ -47,7 +47,7 @@
       <div class="leftContent">
         <span>{{ showTitle }}</span>
       </div>
-      <el-table :data="tableData" stripe height="calc(100% - 40px)" size="mini">
+      <el-table :data="tableData" stripe max-height="870px" size="mini">
         <el-table-column
           :sortable="item.field != 'nemCode' && item.field != 'recordDate'"
           header-align="center"