linwei
2024-02-21 e7dce36f4b45d4986b8b09781e3c822c00d3f4e1
src/views/publicSecurity/ninePlaceManage/situationRectification.vue
@@ -27,7 +27,7 @@
                    :disabled="row.status != 1">审核</el-button>
            </template>
        </avue-crud>
        <el-drawer title="整改情况详情" :visible.sync="isDetail" :append-to-body="true" size="46%" direction="rtl">
        <el-drawer title="整改情况详情" :visible.sync="isDetail" :append-to-body="true" size="40%" direction="rtl">
            <div class="title">
                <div class="icon">{{ refreshNum }}</div>
                基础信息
@@ -215,7 +215,7 @@
                    searchSpan: 4,
                    searchLabelWidth: 76,
                }, {
                    label: "地址名称",
                    label: "场所地址",
                    prop: "addressName",
                    align: 'center',
                    search: true,
@@ -787,6 +787,10 @@
    background-color: #409EFF;
}
:deep(.el-radio) {
    margin-right: 20px;
}
.title {
    margin: 10px;
    height: 40px;
@@ -805,6 +809,7 @@
.basic-info {
    padding: 0 20px;
    font-size: 14px;
    .info-item {
        display: flex;
@@ -825,6 +830,7 @@
.question-list {
    padding: 0 20px;
    font-size: 14px;
    .question-type {
        height: 60px;
@@ -854,6 +860,7 @@
            .key {
                width: 80%;
                padding-right: 20px;
                word-break: break-all;
            }