guanqb
2024-02-18 9a39cd7607f0d0d73ce0dca855e6549eba6df6b5
src/views/publicSecurity/components/labelReporting.vue
@@ -28,8 +28,14 @@
                submitBtn: false,
                emptyBtn: false,
                column: [{
                    label: '房屋名称',
                    prop: 'houseName',
                    label: '用户姓名',
                    prop: 'owner',
                    disabled: true,
                    span: 8,
                    labelWidth: 120,
                }, {
                    label: '身份证号',
                    prop: 'idCard',
                    disabled: true,
                    span: 8,
                    labelWidth: 120,
@@ -181,11 +187,7 @@
<style lang="scss" scoped>
.cur-container-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 50px;
    .content-box {
        margin: 0 4px;