fix(ui): SelectTab has unmatched border-radius

This commit is contained in:
Neko Ayaka
2025-12-20 21:32:49 +08:00
parent cd4e56d1ed
commit b2e02a25cb
2 changed files with 1 additions and 2 deletions
@@ -40,7 +40,6 @@ const lockedOptions = [
<Story
title="SelectTab"
group="misc"
:layout="{ type: 'single', width: '100%' }"
>
<template #controls>
<ThemeColorsHueControl />
@@ -29,7 +29,7 @@ const isDisabled = computed(() => props.disabled || props.readonly)
const sizeClasses = computed(() =>
props.size === 'sm'
? ['py-2', 'px-3', 'text-xs', 'rounded-md']
: ['py-2.5', 'px-3.5', 'text-sm', 'rounded-xl'],
: ['py-2.5', 'px-3.5', 'text-sm', 'rounded-lg'],
)
const rootStyle = computed(() => ({