From 977970c42ef3ca0eafdb272263b5f7e0cccf8b65 Mon Sep 17 00:00:00 2001 From: yangzhe Date: Tue, 6 May 2025 09:34:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A6=96=E9=A1=B5=E5=88=B7=E6=96=B0?= =?UTF-8?q?=E3=80=81=E7=A9=BA=E7=8A=B6=E6=80=81=E6=8F=90=E7=A4=BA=E3=80=81?= =?UTF-8?q?=E5=BC=82=E5=B8=B8=E4=B8=8A=E6=8A=A5=E6=8F=90=E7=A4=BA=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/cleanPlan.vue | 8 +++++ pages/index/index.vue | 66 +++++++++++++++++++++------------------ pages/index/list.vue | 2 +- utils/utils.js | 12 +++++++ 4 files changed, 56 insertions(+), 32 deletions(-) diff --git a/pages/index/cleanPlan.vue b/pages/index/cleanPlan.vue index 43ea001..737888b 100644 --- a/pages/index/cleanPlan.vue +++ b/pages/index/cleanPlan.vue @@ -54,6 +54,11 @@ + + + + + @@ -385,6 +390,9 @@ page { } } } + .empty-box{ + margin-top: 100rpx; + } .arealist { display: flex; flex-direction: column; diff --git a/pages/index/index.vue b/pages/index/index.vue index d1ef9a3..2794530 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,8 +1,8 @@