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/base/prompt-editor/plugins/query-block/component.tsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/base/prompt-editor/plugins/query-block/component.tsx b/app/components/base/prompt-editor/plugins/query-block/component.tsx index fa46334..2ade9a9 100644 --- a/app/components/base/prompt-editor/plugins/query-block/component.tsx +++ b/app/components/base/prompt-editor/plugins/query-block/component.tsx @@ -17,12 +17,12 @@ return ( <div className={` - inline-flex h-6 items-center rounded-[5px] border border-transparent bg-[#FFF6ED] pl-1 pr-0.5 hover:bg-[#FFEAD5] + inline-flex items-center pl-1 pr-0.5 h-6 bg-[#FFF6ED] border border-transparent rounded-[5px] hover:bg-[#FFEAD5] ${isSelected && '!border-[#FD853A]'} `} ref={ref} > - <UserEdit02 className='mr-1 h-[14px] w-[14px] text-[#FD853A]' /> + <UserEdit02 className='mr-1 w-[14px] h-[14px] text-[#FD853A]' /> <div className='text-xs font-medium text-[#EC4A0A] opacity-60'>{'{{'}</div> <div className='text-xs font-medium text-[#EC4A0A]'>{t('common.promptEditor.query.item.title')}</div> <div className='text-xs font-medium text-[#EC4A0A] opacity-60'>{'}}'}</div> -- Gitblit v1.8.0