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'
/>
<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'}