Ver código fonte

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

tags/1.7.1
HyaCinth 3 meses atrás
pai
commit
570aee5fe6
Nenhuma conta vinculada ao e-mail do autor do commit

+ 1
- 1
web/app/components/app-sidebar/app-info.tsx Ver arquivo

@@ -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'
/>
<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
size={'medium'}
variant={'ghost'}

+ 1
- 1
web/app/components/app/overview/customize/index.tsx Ver arquivo

@@ -68,7 +68,7 @@ const CustomizeModal: FC<IShareLinkProps> = ({
<div className='flex pt-4'>
<StepNum>2</StepNum>
<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>
<a href="https://vercel.com/docs/concepts/deployments/git/vercel-for-github" target='_blank' rel='noopener noreferrer'>
<Button>

Carregando…
Cancelar
Salvar