From a430284aa21e3ae1f0d5654e55b2ad2852519cc2 Mon Sep 17 00:00:00 2001 From: wwf <yearningwang@iqtogether.com> Date: 星期三, 04 六月 2025 15:17:49 +0800 Subject: [PATCH] 初始化 --- app/components/app/configuration/config/config-document.tsx | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/components/app/configuration/config/config-document.tsx b/app/components/app/configuration/config/config-document.tsx index 9300bbc..1ac6da0 100644 --- a/app/components/app/configuration/config/config-document.tsx +++ b/app/components/app/configuration/config/config-document.tsx @@ -48,14 +48,14 @@ return null return ( - <div className='mt-2 flex items-center gap-2 rounded-xl border-l-[0.5px] border-t-[0.5px] bg-background-section-burn p-2'> + <div className='mt-2 flex items-center gap-2 p-2 rounded-xl border-t-[0.5px] border-l-[0.5px] bg-background-section-burn'> <div className='shrink-0 p-1'> - <div className='rounded-lg border-[0.5px] border-divider-subtle bg-util-colors-indigo-indigo-600 p-1 shadow-xs'> - <Document className='h-4 w-4 text-text-primary-on-surface' /> + <div className='p-1 rounded-lg border-[0.5px] border-divider-subtle shadow-xs bg-util-colors-indigo-indigo-600'> + <Document className='w-4 h-4 text-text-primary-on-surface' /> </div> </div> - <div className='flex grow items-center'> - <div className='system-sm-semibold mr-1 text-text-secondary'>{t('appDebug.feature.documentUpload.title')}</div> + <div className='grow flex items-center'> + <div className='mr-1 text-text-secondary system-sm-semibold'>{t('appDebug.feature.documentUpload.title')}</div> <Tooltip popupContent={ <div className='w-[180px]' > @@ -64,8 +64,8 @@ } /> </div> - <div className='flex shrink-0 items-center'> - <div className='ml-1 mr-3 h-3.5 w-[1px] bg-divider-subtle'></div> + <div className='shrink-0 flex items-center'> + <div className='ml-1 mr-3 w-[1px] h-3.5 bg-divider-subtle'></div> <Switch defaultValue={isDocumentEnabled} onChange={handleChange} -- Gitblit v1.8.0