From 426e0b5b8ce13e1d9e619fbcce0925bf44efaea2 Mon Sep 17 00:00:00 2001 From: jixinbao Date: Fri, 28 Jun 2024 14:35:55 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=90=8C=E6=AD=A5=20borderColor=20?= =?UTF-8?q?=E7=94=9F=E6=95=88=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/api-set-tabbar/api-set-tabbar.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/api-set-tabbar/api-set-tabbar.vue b/components/api-set-tabbar/api-set-tabbar.vue index 4db6e794..697e4fd6 100644 --- a/components/api-set-tabbar/api-set-tabbar.vue +++ b/components/api-set-tabbar/api-set-tabbar.vue @@ -114,7 +114,7 @@ backgroundColor: '#F8F8F8', borderStyle: 'black', // 新增 borderColor,优先级高于 borderStyle - borderColor:'red' + // borderColor:'red' }) } else { uni.setTabBarStyle({ -- GitLab