fix: Optimize AppInfo component styles and fix CustomizeModal step display (#22930) (#22935)

This commit is contained in:
HyaCinth
2025-07-25 10:30:52 +08:00
committed by GitHub
parent 88952cbb7a
commit 570aee5fe6
2 changed files with 2 additions and 2 deletions

View File

@@ -322,7 +322,7 @@ const AppInfo = ({ expand, onlyShowDetail = false, openState = false, onDetailEx
className='flex flex-1 flex-col gap-2 overflow-auto px-2 py-1' className='flex flex-1 flex-col gap-2 overflow-auto px-2 py-1'
/> />
<Divider /> <Divider />
<div className='flex min-h-fit shrink-0 flex-col items-start justify-center gap-3 self-stretch border-t-[0.5px] border-divider-subtle p-2'> <div className='flex min-h-fit shrink-0 flex-col items-start justify-center gap-3 self-stretch pb-2'>
<Button <Button
size={'medium'} size={'medium'}
variant={'ghost'} variant={'ghost'}

View File

@@ -68,7 +68,7 @@ const CustomizeModal: FC<IShareLinkProps> = ({
<div className='flex pt-4'> <div className='flex pt-4'>
<StepNum>2</StepNum> <StepNum>2</StepNum>
<div className='flex flex-col'> <div className='flex flex-col'>
<div className='text-text-primary'>{t(`${prefixCustomize}.way1.step3`)}</div> <div className='text-text-primary'>{t(`${prefixCustomize}.way1.step2`)}</div>
<div className='mb-2 mt-1 text-xs text-text-tertiary'>{t(`${prefixCustomize}.way1.step2Tip`)}</div> <div className='mb-2 mt-1 text-xs text-text-tertiary'>{t(`${prefixCustomize}.way1.step2Tip`)}</div>
<a href="https://vercel.com/docs/concepts/deployments/git/vercel-for-github" target='_blank' rel='noopener noreferrer'> <a href="https://vercel.com/docs/concepts/deployments/git/vercel-for-github" target='_blank' rel='noopener noreferrer'>
<Button> <Button>