From c6fd2b8fb2060e3b3969f4832ad61c9b33747eb3 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Thu, 21 Jul 2022 17:24:40 +0800 Subject: [PATCH] css --- src/apps/AppHelpEffect/AppHelpEffect.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/apps/AppHelpEffect/AppHelpEffect.vue b/src/apps/AppHelpEffect/AppHelpEffect.vue index 7dd0a6c6..0b3ab0c4 100644 --- a/src/apps/AppHelpEffect/AppHelpEffect.vue +++ b/src/apps/AppHelpEffect/AppHelpEffect.vue @@ -94,9 +94,9 @@ export default { this.$http.post('/app/apppreventionreturntopoverty/list', null, { params: { current: this.current, - name: this.name, + con: this.name, areaId: this.areaId, - provertyStatus: this.houseType + houseType: this.houseType }, }).then((res) => { if (res?.data) { @@ -166,10 +166,15 @@ export default { margin-top: 8px; color: #999999; img { + margin-right: 16px; width: 28px; height: 28px; } } + .tel, + .address { + color: #333; + } } }