From 036526071c086381e1fbd0e48105f86223daf95c Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Mon, 25 Apr 2022 09:10:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=8C=BA=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/AppInfotainment/AppInfotainment.vue | 4 ++-- src/apps/AppMonitoringObject/Add.vue | 11 +++++++++++ src/apps/AppMonitoringObject/List.vue | 11 +++++------ 3 files changed, 18 insertions(+), 8 deletions(-) diff --git a/src/apps/AppInfotainment/AppInfotainment.vue b/src/apps/AppInfotainment/AppInfotainment.vue index 6ca29823..8218bd7b 100644 --- a/src/apps/AppInfotainment/AppInfotainment.vue +++ b/src/apps/AppInfotainment/AppInfotainment.vue @@ -6,7 +6,7 @@

实现乡村振兴的物质基础

-
+
产业资讯
@@ -77,7 +77,7 @@ export default { .list { margin-top: 24px; background: #FFF; - padding: 0 32px; + padding: 0 32px 40px 32px; box-sizing: border-box; .item { display: flex; diff --git a/src/apps/AppMonitoringObject/Add.vue b/src/apps/AppMonitoringObject/Add.vue index 253caaf5..edd929ef 100644 --- a/src/apps/AppMonitoringObject/Add.vue +++ b/src/apps/AppMonitoringObject/Add.vue @@ -12,6 +12,17 @@
+
+
+
+ + 选择户主 +
+
+ +
+
+
diff --git a/src/apps/AppMonitoringObject/List.vue b/src/apps/AppMonitoringObject/List.vue index 6b9c98cc..1071f513 100644 --- a/src/apps/AppMonitoringObject/List.vue +++ b/src/apps/AppMonitoringObject/List.vue @@ -2,7 +2,7 @@
- +
1 ? [...this.list, ...res.data.records] : res.data.records - console.log(this.list) this.pages = res.data.pages } })