Browse Source

滚动条更新

lxh 2 months ago
parent
commit
2c133d47a3

+ 1 - 1
src/views/vent/monitorManager/comment/gasReport.vue

@@ -22,7 +22,7 @@
         </div>
         <div class="content-area">
             <a-table :columns="ColumnsReport" size="small" :data-source="gaspatrolTableData" class="tableW"
-                :pagination="false" :scroll="{ y: 180 }">
+                :pagination="false" :scroll="{ y: 620 }">
                 <!-- <template #bodyCell="{ column, record }">
             <a v-if="column.dataIndex === 'operation'" class="table-action-link" @click="handlerLocation(record)">定位</a>
           </template> -->

+ 1 - 1
src/views/vent/monitorManager/comment/gasReportCount.vue

@@ -22,7 +22,7 @@
         </div>
         <div class="content-area">
             <a-table :columns="ColumnsReport" size="small" :data-source="gaspatrolTableData" class="tableW"
-                :pagination="false" :scroll="{ y: 180 }">
+                :pagination="false" :scroll="{ y: 620 }">
                 <template #action="{ record }">
                     <a class="table-action-link" @click="handlerLocation(record)">定位</a>
                 </template>

+ 1 - 1
src/views/vent/monitorManager/comment/gaspatrolTable.vue

@@ -41,7 +41,7 @@
       </a-row>
     </div>
     <div class="content-area">
-      <a-table :columns="Columns" size="small" :data-source="gaspatrolTableData" class="tableW" :pagination="false" :scroll="{ y: 180 }">
+      <a-table :columns="Columns" size="small" :data-source="gaspatrolTableData" class="tableW" :pagination="false" :scroll="{ y: 620 }">
         <!-- <template #bodyCell="{ column, record }">
           <a v-if="column.dataIndex === 'operation'" class="table-action-link" @click="handlerLocation(record)">定位</a>
         </template> -->