From 07055a98e8f4bf7154ab5920b8239740aeb5f6ca Mon Sep 17 00:00:00 2001 From: jiangyy Date: Fri, 13 May 2022 09:37:29 +0800 Subject: [PATCH 1/2] =?UTF-8?q?bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scss/modules/management/epidemic.scss | 7 +++-- .../base/huji/houseChange/houseChangeList.vue | 28 +++++++++++-------- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/src/assets/scss/modules/management/epidemic.scss b/src/assets/scss/modules/management/epidemic.scss index 5de15397..f8ff057c 100644 --- a/src/assets/scss/modules/management/epidemic.scss +++ b/src/assets/scss/modules/management/epidemic.scss @@ -37,12 +37,15 @@ .div_search { background: #ffffff; border-radius: 4px; - padding: 30px 20px 5px; + padding: 20px 20px 5px 5px; box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); } .list_item_width_1 { - width: 185px; + width: 165px; + } + .list_item_width_2 { + width: 135px; } } diff --git a/src/views/modules/base/huji/houseChange/houseChangeList.vue b/src/views/modules/base/huji/houseChange/houseChangeList.vue index 32ac7815..5ff47c77 100644 --- a/src/views/modules/base/huji/houseChange/houseChangeList.vue +++ b/src/views/modules/base/huji/houseChange/houseChangeList.vue @@ -4,7 +4,7 @@ + :label-width="'80px'">
+ class="resi-cell-select resi-cell-select-middle list_item_width_2"> { if (res.code !== 0) { return this.$message.error(res.msg) @@ -462,7 +462,7 @@ export default { }, computed: { tableHeight () { - return this.$store.state.inIframe ? this.clientHeight - 415 + this.iframeHeight : this.clientHeight - 415 + return this.$store.state.inIframe ? this.clientHeight - 365 + this.iframeHeight : this.clientHeight - 365 }, @@ -479,6 +479,10 @@ export default { From 12f6caa1c380f1c15f4acec3556d482cc0bc3771 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Fri, 13 May 2022 09:58:01 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/huji/chusheng/cpts/edit.vue | 10 +- .../modules/base/huji/chusheng/index.vue | 376 +++++++++--------- 2 files changed, 194 insertions(+), 192 deletions(-) diff --git a/src/views/modules/base/huji/chusheng/cpts/edit.vue b/src/views/modules/base/huji/chusheng/cpts/edit.vue index 2c9a6405..ccf2018e 100644 --- a/src/views/modules/base/huji/chusheng/cpts/edit.vue +++ b/src/views/modules/base/huji/chusheng/cpts/edit.vue @@ -126,7 +126,7 @@ > - - -
-
所属网格
-
- + +
+ + - - - -
+ +
- - -
-
所属房屋
-
- + + +
+ + - - - - + + + - - - - + + + - - - - + + + - - - -
+ +
- - - - - - - + +
+ +
+ + + + - - - - + + + + - - - - - - - - - + + + + +
+ +
+ + + + - - - + - - - + + + + - - 查询 - 重置 - + + 查询 + 重置 + +
@@ -440,10 +439,10 @@ export default { optionsG: [], optionsWelfare: [ - { - value: "", - label: "全部", - }, + // { + // value: "", + // label: "全部", + // }, { value: "1", label: "是", @@ -882,7 +881,6 @@ export default { }, }; -