forked from drone/command-center-dashboard

chenyao
2025-04-16 67c3e5489fec7632f39fa510e371c50b5686bfd8
src/views/Home/HomeLeft/InspectionRaskDetails/InspectionRaskDetailsDialog.vue
@@ -3,7 +3,7 @@
   <el-dialog
      class="inspection-rask-details-dialog ztzf-dialog"
      v-model="isShowDetailsDialog"
      :width="pxToRem(1000)"
      :width="pxToRem(1500)"
      :close-on-click-modal="false"
      :destroy-on-close="true"
   >
@@ -64,7 +64,7 @@
         <el-table
            :data="taskDetailData"
            :row-class-name="tableRowClassName"
            :row-style="{ height: '54px', fontSize: '14px', 'text-align': 'center' }"
            :row-style="{ height: '45px', fontSize: '14px', 'text-align': 'center' }"
            :header-cell-style="{ 'text-align': 'center', height: '36px', fontSize: '14px' }"
         >
            <el-table-column label="序号" type="index" width="60">
@@ -115,7 +115,7 @@
         </el-table>
      </div>
      <!-- 分页 -->
      <div style="display: flex; justify-content: center">
      <div style="display: flex; justify-content: center;margin:15px 0;">
         <el-pagination
            class="ztzf-pagination"
            v-model:current-page="pageParams.current"
@@ -322,7 +322,7 @@
.tabledata {
   padding: 0 16px;
   overflow: hidden;
   height: 640px;
   // height: 640px;
   overflow-y: scroll !important;
}
@@ -343,9 +343,4 @@
   color: #8cfea7;
}
</style>
<style lang="scss">
.inspection-rask-details-dialog {
   width: 1270px;
   height: 856px;
}
</style>