From 655bb7e7e3825193a7af58d2f7ba40347ef8188d Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Sun, 17 Nov 2024 23:32:49 +0800 Subject: [PATCH] =?UTF-8?q?Style(=E9=9D=9E=E9=81=97=E6=96=87=E5=8C=96&?= =?UTF-8?q?=E5=9C=B0=E6=A0=87=E5=A5=BD=E7=89=A9):=20=E5=9B=BE=E7=89=87?= =?UTF-8?q?=E3=80=81=E5=9B=BE=E6=A0=87=E3=80=81=E8=83=8C=E6=99=AF=E5=9B=BE?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home/components/projects.vue | 23 +++++++++++--- pages/home/components/serviec.vue | 6 ++-- pkg_product/views/heritage/details.vue | 43 +++++++++++++++++++++++--- 3 files changed, 61 insertions(+), 11 deletions(-) diff --git a/pages/home/components/projects.vue b/pages/home/components/projects.vue index 5c18d28..3d0b8f8 100644 --- a/pages/home/components/projects.vue +++ b/pages/home/components/projects.vue @@ -17,7 +17,13 @@ 'no-actived-3': actived === 3 && item.value === 2, 'no-actived-4': actived === 2 && item.value === 3, }" - >{{ item.name }} + > + + {{ item.name }} + + \ No newline at end of file