From 6c3053fc5966376a13e8c4c110384b7acabe3e5d Mon Sep 17 00:00:00 2001 From: tianq Date: Thu, 13 Apr 2023 14:53:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/census/addFormEnterprise.vue | 5 ++- src/views/modules/census/census-houseList.vue | 2 +- .../modules/census/census-residentList.vue | 35 +------------------ 3 files changed, 6 insertions(+), 36 deletions(-) diff --git a/src/views/modules/census/addFormEnterprise.vue b/src/views/modules/census/addFormEnterprise.vue index f9f34d765..14b4104f9 100644 --- a/src/views/modules/census/addFormEnterprise.vue +++ b/src/views/modules/census/addFormEnterprise.vue @@ -463,6 +463,9 @@ export default { @import '@/assets/scss/modules/management/form-main.scss'; @import '@/assets/scss/modules/management/form.scss'; // @import '@/assets/scss/modules/visual/a_customize.scss'; +.div_map{ + width: 350px; +} /deep/.el-dialog__header { padding: 25px 20px 10px 25px; font-size: 18px; @@ -502,7 +505,7 @@ export default { } } /deep/.dialog-h-content2 { - max-height: calc(83vh - 130px); + max-height: calc(83vh - 90px); box-sizing: border-box; padding: 0 10px; overflow: auto; diff --git a/src/views/modules/census/census-houseList.vue b/src/views/modules/census/census-houseList.vue index 52aa515c0..ac20e4650 100644 --- a/src/views/modules/census/census-houseList.vue +++ b/src/views/modules/census/census-houseList.vue @@ -243,7 +243,7 @@ export default { }, computed: { maxTableHeight() { - this.TableHeight = this.$store.state.inIframe ? this.clientHeight - 635 + this.iframeHeigh : this.clientHeight - 635; + this.TableHeight = this.$store.state.inIframe ? this.clientHeight - 675 + this.iframeHeigh : this.clientHeight - 675; return this.TableHeight; }, ...mapGetters(['clientHeight', 'iframeHeight']) diff --git a/src/views/modules/census/census-residentList.vue b/src/views/modules/census/census-residentList.vue index 84e6cd183..144f1ffc2 100644 --- a/src/views/modules/census/census-residentList.vue +++ b/src/views/modules/census/census-residentList.vue @@ -870,38 +870,5 @@ export default { border-radius: 6px; color: #fff; } -/deep/.el-dialog__header { - padding: 30px 20px 10px 30px; - font-size: 22px; - font-family: PingFang SC; - font-weight: 800; - color: #333; -} -/deep/.el-dialog__body { - padding: 30px 50px; -} -/deep/.el-dialog__footer{text-align: center;} -/deep/.el-form { - .el-form-item { - position: relative; - .el-form-item__label { - font-size: 18px; - padding-left: 15px; - &::before { - position: absolute; - left: 0; - top: 12px; - content: ''; - display: block; - width: 7px; - height: 7px; - background: #0c81fe; - border-radius: 3px; - } - } - .el-form-item__content { - font-size: 18px; - } - } -} +