From a4eda1ce66ba2ddf6ce5b28da09e16f034ac2faf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E5=92=B2=E6=99=BA=E5=AD=90?= Date: Tue, 3 Jan 2023 19:53:40 +0800 Subject: [PATCH] feat: change color for active tab --- components/common/CommonRouteTabs.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/common/CommonRouteTabs.vue b/components/common/CommonRouteTabs.vue index d596b889..a356e364 100644 --- a/components/common/CommonRouteTabs.vue +++ b/components/common/CommonRouteTabs.vue @@ -40,7 +40,7 @@ useCommands(() => command relative flex flex-auto cursor-pointer sm:px6 px2 rounded transition-all tabindex="1" hover:bg-active transition-100 - exact-active-class="children:(text-secondary !border-primary !op100)" + exact-active-class="children:(text-secondary !border-primary !op100 !text-base)" @click="!preventScrollTop && $scrollToTop()" > {{ option.display }}