fix: 修改样式
This commit is contained in:
@@ -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')}
|
||||
|
||||
Reference in New Issue
Block a user