fix: 修改样式

This commit is contained in:
2025-09-01 21:45:37 -07:00
parent 42a2017dd6
commit d5b3721203
6 changed files with 20 additions and 8 deletions
@@ -156,7 +156,7 @@ export function TutorialButton({ items }: { items: Item[] }) {
buttonVariants({
variant: 'default',
}),
'mr-2 bg-[#EAEAEA] px-3 text-[#225BA9] hover:text-white sm:min-w-[80px]',
'mr-2 min-w-0 bg-[#EAEAEA] px-3 text-[#225BA9] hover:text-white sm:min-w-[80px]',
)}
href={item.download}
target='_blank'
@@ -171,7 +171,7 @@ export function TutorialButton({ items }: { items: Item[] }) {
buttonVariants({
variant: 'primary',
}),
'px-3 sm:min-w-[80px]',
'min-w-0 px-3 sm:min-w-[80px]',
)}
>
{t('read')}