Skip to content

Commit

Permalink
fix: 调整 tabBar 大小
Browse files Browse the repository at this point in the history
  • Loading branch information
oljc committed Jan 24, 2024
1 parent 52bf7eb commit f284975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/tab-bar/tab-item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
@select="actionSelect"
>
<span
class="arco-tag arco-tag-size-large arco-tag-checked"
class="arco-tag arco-tag-size-medium arco-tag-checked"
:class="{ 'link-activated': itemData.fullPath === $route.fullPath }"
@click="goto(itemData)"
>
Expand Down

0 comments on commit f284975

Please sign in to comment.