forked from drone/command-center-dashboard

张含笑
2025-04-16 150f9e90a23a68a5b12cdf3a8e58a07ef0717967
feat: 调整样式
1 files modified
15 ■■■■■ changed files
src/views/Home/HomeLeft/InspectionRaskDetails/InspectionRaskDetailsDialog.vue 15 ●●●●● patch | view | raw | blame | history
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>