From a4ba4be36a6b7d9fb878a6ccdc13e1e57755c34d Mon Sep 17 00:00:00 2001 From: hdx Date: Wed, 27 Sep 2023 11:50:22 +0800 Subject: [PATCH] =?UTF-8?q?custom-tab-bar:=20=E7=A7=BB=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/template/custom-tab-bar/custom-tab-bar.uvue | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pages/template/custom-tab-bar/custom-tab-bar.uvue b/pages/template/custom-tab-bar/custom-tab-bar.uvue index 6057ea31..7c04890f 100644 --- a/pages/template/custom-tab-bar/custom-tab-bar.uvue +++ b/pages/template/custom-tab-bar/custom-tab-bar.uvue @@ -7,7 +7,8 @@ - + {{'\ue6bd'}} this.$tabViewHeight - // const angle = displayIcon ? 180 : 0 - // tabItem1.style.setProperty('transform', `rotate(${angle}deg)`) }, setSelectedIndex(index : number) { if (this.selectedIndex === index) { @@ -199,4 +197,4 @@ color: #fff; font-size: 32px; } - + \ No newline at end of file -- GitLab