Merge branch 'vbenjs:main' into main

This commit is contained in:
zhb410181
2026-07-13 11:22:06 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ function activeClass(tab: string): string[] {
<Tabs v-model="activeTab" :default-value="getDefaultValue">
<TabsList
:style="tabsStyle"
class="bg-accent outline-heavy! relative grid w-full outline!"
class="bg-accent outline-heavy! relative grid w-full outline-2!"
>
<TabsIndicator :style="tabsIndicatorStyle" />
<template v-for="tab in tabs" :key="tab.value">

View File

@@ -21,7 +21,7 @@ const delegatedProps = reactiveOmit(props, 'class');
v-bind="delegatedProps"
:class="
cn(
'bg-muted text-muted-foreground inline-flex h-9 w-fit items-center justify-center rounded-lg p-1 -mx-1',
'bg-muted text-muted-foreground inline-flex h-9 w-fit items-center justify-center rounded-md p-1',
props.class,
)
"