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/datasets/documents/detail/completed/common/keywords.tsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/components/datasets/documents/detail/completed/common/keywords.tsx b/app/components/datasets/documents/detail/completed/common/keywords.tsx index ee90ee2..8c85ec1 100644 --- a/app/components/datasets/documents/detail/completed/common/keywords.tsx +++ b/app/components/datasets/documents/detail/completed/common/keywords.tsx @@ -24,8 +24,8 @@ const { t } = useTranslation() return ( <div className={classNames('flex flex-col', className)}> - <div className='system-xs-medium-uppercase text-text-tertiary'>{t('datasetDocuments.segment.keywords')}</div> - <div className='flex max-h-[200px] w-full flex-wrap gap-1 overflow-auto text-text-tertiary'> + <div className='text-text-tertiary system-xs-medium-uppercase'>{t('datasetDocuments.segment.keywords')}</div> + <div className='text-text-tertiary w-full max-h-[200px] overflow-auto flex flex-wrap gap-1'> {(!segInfo?.keywords?.length && actionType === 'view') ? '-' : ( -- Gitblit v1.8.0