From 16656803b17c91391f71fc386a8946c2fb64047e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Fri, 24 Dec 2021 09:59:53 +0800 Subject: [PATCH] 25890 --- src/apps/AppResidentDocument/AppResidentDocument.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/AppResidentDocument/AppResidentDocument.vue b/src/apps/AppResidentDocument/AppResidentDocument.vue index e71bee3e..dc9560a2 100644 --- a/src/apps/AppResidentDocument/AppResidentDocument.vue +++ b/src/apps/AppResidentDocument/AppResidentDocument.vue @@ -9,7 +9,7 @@ -
+
@@ -100,7 +100,7 @@ export default { uni.navigateTo({ url: `./DetailCard?id=${item.id}` }) }, - seachObjs(e) { + seachObj(e) { this.areaId = e.id this.current = 1 this.getList() @@ -140,7 +140,7 @@ export default { height: 16px; background: #f5f5f5; } - .seachObj { + .seachObjs { border-bottom: 2px solid #f5f5f5; border-top: 2px solid #f5f5f5; padding: 20px 32px;