马宇豪
2023-03-22 6c0820cbae9d934bf7d7d4c623fe31dd654f5093
修改样式
已修改1个文件
15 ■■■■ 文件已修改
src/views/intellectInspect/inspectRecordManage/inspectRecord/index.vue 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intellectInspect/inspectRecordManage/inspectRecord/index.vue
@@ -1,6 +1,6 @@
<template>
    <div class="home-container">
        <div style="height: 100%">
        <div style="height: 100%;display: flex;flex-direction: column;align-items: stretch;">
            <el-row class="homeCard">
                <div class="basic-line">
                    <span>任务类型:</span>
@@ -423,12 +423,14 @@
    height: calc(100vh - 144px);
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    .homeCard {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        background: #fff;
        border-radius: 4px;
        flex: 0 auto;
        .main-card {
            width: 100%;
@@ -443,7 +445,14 @@
                }
            }
            .pageBtn {
                position: absolute;
                width: 100%;
                z-index: 99;
                bottom: 0;
                right: 0;
                height: 60px;
                padding-right: 20px;
                background: #fff;
                display: flex;
                align-items: center;
                justify-content: right;
@@ -456,8 +465,8 @@
                }
            }
        }
        &:last-of-type {
            height: calc(100% - 100px);
        &:last-of-type{
          flex: 1;
        }
    }
    .el-row {