From 2a7a5b2d06b5ddf76b5d7ec7fad0bb5e4cdcdaac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A9=AC=E9=AD=81?= <2403457699@qq.com> Date: Mon, 26 Dec 2022 16:33:34 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E7=A6=8F=E5=88=A9=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E6=A8=A1=E5=9D=97=E5=88=97=E8=A1=A8=E4=B8=8E=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A0=8F=E4=B8=8E=E8=AF=A6=E6=83=85=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/scss/people-info.scss | 2 +- src/views/components/deathSearch.vue | 1 + src/views/components/resiForm.vue | 51 ++++++++++--------- src/views/modules/base/resi.vue | 17 ++++++- .../modules/plugins/change/resiwelfare.vue | 10 +--- src/views/modules/shequ/cpts/people-more.vue | 33 ++++++++++-- 6 files changed, 76 insertions(+), 38 deletions(-) diff --git a/src/assets/scss/people-info.scss b/src/assets/scss/people-info.scss index 03e6c8e54..a30c35c25 100644 --- a/src/assets/scss/people-info.scss +++ b/src/assets/scss/people-info.scss @@ -73,7 +73,7 @@ width: 100px; display: inline-block; text-align: right; - color: #ccc; + color: #797979; } &::v-deep .el-button{ padding: 0; diff --git a/src/views/components/deathSearch.vue b/src/views/components/deathSearch.vue index 5609261ae..230bfc71b 100644 --- a/src/views/components/deathSearch.vue +++ b/src/views/components/deathSearch.vue @@ -526,6 +526,7 @@ export default { @import "@/assets/scss/modules/management/list-main.scss"; .m-search { + background-color: #fff; /deep/ .el-form-item { margin-bottom: 14px; } diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index fe59ed0f7..90d156829 100644 --- a/src/views/components/resiForm.vue +++ b/src/views/components/resiForm.vue @@ -1,6 +1,6 @@