From a2ba10f7962657b42825e726c60d9cdcee8d63b1 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Tue, 7 Jan 2025 17:21:34 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E7=BC=BA=E9=99=B7=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91su-tabbar-item=20=E9=80=89=E4=B8=AD=E6=88=96=E6=9C=AA?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E6=A0=87=E7=AD=BE=E5=B1=9E=E6=80=A7=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E5=92=8C=E7=88=B6=E7=BB=84=E4=BB=B6=20su-tabbar=20?= =?UTF-8?q?=E4=BF=9D=E6=8C=81=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sheep/ui/su-tabbar-item/su-tabbar-item.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sheep/ui/su-tabbar-item/su-tabbar-item.vue b/sheep/ui/su-tabbar-item/su-tabbar-item.vue index cc55ac1e..8acb8c75 100644 --- a/sheep/ui/su-tabbar-item/su-tabbar-item.vue +++ b/sheep/ui/su-tabbar-item/su-tabbar-item.vue @@ -9,7 +9,7 @@ @@ -30,7 +30,7 @@ {{ text }} @@ -120,8 +120,8 @@ addStyle, parentData: { value: null, - activeColor: '', - color: '', + activeColor: '', // 选中标签的颜色 + inactiveColor: '', // 未选中标签的颜色 }, parent: {}, };