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/features/experience-enhance-group/more-like-this/index.tsx | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/app/configuration/features/experience-enhance-group/more-like-this/index.tsx b/app/components/app/configuration/features/experience-enhance-group/more-like-this/index.tsx index e110d0c..f63ed1c 100644 --- a/app/components/app/configuration/features/experience-enhance-group/more-like-this/index.tsx +++ b/app/components/app/configuration/features/experience-enhance-group/more-like-this/index.tsx @@ -34,13 +34,13 @@ noBodySpacing > {!isHideTip && ( - <div className='flex h-9 items-center justify-between rounded-b-xl bg-[#FFFAEB] px-3 text-xs text-gray-700'> + <div className='flex justify-between items-center h-9 px-3 rounded-b-xl bg-[#FFFAEB] text-xs text-gray-700'> <div className='flex items-center space-x-2'> <div>{warningIcon}</div> <div>{t('appDebug.feature.moreLikeThis.tip')}</div> </div> - <div className='flex h-4 w-4 cursor-pointer items-center justify-center' onClick={() => setIsHideTip(true)}> - <XMarkIcon className="h-3 w-3" /> + <div className='flex items-center justify-center w-4 h-4 cursor-pointer' onClick={() => setIsHideTip(true)}> + <XMarkIcon className="w-3 h-3" /> </div> </div> )} -- Gitblit v1.8.0