From 94c0ded9c22d595886e1a295a481de4767003efb Mon Sep 17 00:00:00 2001 From: Zhx <1521858635@qq.com> Date: Wed, 16 Nov 2022 21:13:35 +0800 Subject: [PATCH 01/21] =?UTF-8?q?=E5=9B=9E=E6=94=B6=E8=BF=9B=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/schedule/recycle.vue | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/src/views/schedule/recycle.vue b/src/views/schedule/recycle.vue index bcd8398c..3d0d84e4 100644 --- a/src/views/schedule/recycle.vue +++ b/src/views/schedule/recycle.vue @@ -5,54 +5,54 @@
回收进度
-
+
今日回收量
-
+
{{ from.num1 }}
- +
完成回收总量
-
+
{{ from.num2 }}
- +
发布数量
-
+
{{ from.num3 }}
- +
@@ -243,11 +243,11 @@ export default defineComponent({ justify-content: space-between; .card { display: flex; - padding: 14px 20px; + padding: 15px 20px; padding-left: 68px; width: 31%; // background: #fafafa; - min-height: 100px; + height: 100px; border-radius: 6px; border: 1px rgb(150,150,150,0.3) solid;opacity: 1; .imgstyle { @@ -257,7 +257,6 @@ export default defineComponent({ margin: auto 0; background-color: rgb(255, 167, 67); border-radius: 10px 10px 10px 10px; - padding: 10px; } .title { width: 100%; @@ -271,7 +270,7 @@ export default defineComponent({ height: 24px; line-height: 24px; margin-bottom: 24px; - font-size: 18px; + font-size: 16px; margin-left: 12px; color: rgba(0, 0, 0, 0.85); font-weight: 600; @@ -312,7 +311,7 @@ export default defineComponent({ height: 24px; line-height: 24px; margin-bottom: 24px; - font-size: 18px; + font-size: 16px; color: rgba(0, 0, 0, 0.85); font-weight: 600; From 49202196ae51f9d97292dd429020973866f232f3 Mon Sep 17 00:00:00 2001 From: Zhx <1521858635@qq.com> Date: Wed, 16 Nov 2022 21:26:18 +0800 Subject: [PATCH 02/21] =?UTF-8?q?=E5=AD=97=E4=BD=93=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Layouts/BaseLayout.vue | 2 +- src/views/planetDesign/Design/fragement/QuestionMenuBar.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Layouts/BaseLayout.vue b/src/Layouts/BaseLayout.vue index 5cbc50cc..a559fef6 100644 --- a/src/Layouts/BaseLayout.vue +++ b/src/Layouts/BaseLayout.vue @@ -18,7 +18,7 @@ :class="[tab.link === currentPath ? 'active' : '']" @click="toPage(tab.link, tab.title)"> {{ index+1 }} - {{ tab.title }} + {{ tab.title }}
diff --git a/src/views/planetDesign/Design/fragement/QuestionMenuBar.vue b/src/views/planetDesign/Design/fragement/QuestionMenuBar.vue index 3e700c2c..dd9530ad 100644 --- a/src/views/planetDesign/Design/fragement/QuestionMenuBar.vue +++ b/src/views/planetDesign/Design/fragement/QuestionMenuBar.vue @@ -221,6 +221,6 @@ export default { text-align: center; justify-content: space-between; align-items: center; - font-size: 16px; + font-size: 14px; } From c548f76ad55a17378e0058f9bc5cbeb2dfb4272b Mon Sep 17 00:00:00 2001 From: Zhx <1521858635@qq.com> Date: Wed, 16 Nov 2022 21:33:38 +0800 Subject: [PATCH 03/21] =?UTF-8?q?=E6=B0=94=E6=B3=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Layouts/BaseLayout.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Layouts/BaseLayout.vue b/src/Layouts/BaseLayout.vue index a559fef6..409338e1 100644 --- a/src/Layouts/BaseLayout.vue +++ b/src/Layouts/BaseLayout.vue @@ -3,12 +3,12 @@
- -