From 15a16071f6ab6d6fd376ef9059fc617b679a1806 Mon Sep 17 00:00:00 2001 From: ZiuChen <457353192@qq.com> Date: Tue, 20 Sep 2022 20:11:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=B0=83=E6=95=B4=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E6=A0=8F=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cpns/ClipSwitch.vue | 16 +++++++++------- src/style/cpns/clip-switch.less | 12 ++++++++++++ 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/src/cpns/ClipSwitch.vue b/src/cpns/ClipSwitch.vue index 3c7bdab..9e38a94 100644 --- a/src/cpns/ClipSwitch.vue +++ b/src/cpns/ClipSwitch.vue @@ -6,6 +6,7 @@ :class="{ 'clip-switch-item': true, active: activeTab === tab.type }" @click="onNavClick(tab.type)" > + {{ tab.name }} @@ -16,14 +17,15 @@