From 77950e48c76f4a3b29d01831d43039caba29888a Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期二, 18 十一月 2025 14:12:42 +0800
Subject: [PATCH] 修改
---
app/components/app/annotation/view-annotation-modal/hit-history-no-data.tsx | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/app/components/app/annotation/view-annotation-modal/hit-history-no-data.tsx b/app/components/app/annotation/view-annotation-modal/hit-history-no-data.tsx
index ae4eb67..6f7c322 100644
--- a/app/components/app/annotation/view-annotation-modal/hit-history-no-data.tsx
+++ b/app/components/app/annotation/view-annotation-modal/hit-history-no-data.tsx
@@ -7,9 +7,9 @@
const HitHistoryNoData: FC = () => {
const { t } = useTranslation()
return (
- <div className='mx-auto mt-20 w-[480px] space-y-2 rounded-2xl bg-background-section-burn p-5'>
- <div className='inline-block rounded-lg border border-divider-subtle p-3'>
- <ClockFastForward className='h-5 w-5 text-text-tertiary' />
+ <div className='mx-auto mt-20 w-[480px] p-5 rounded-2xl bg-background-section-burn space-y-2'>
+ <div className='inline-block p-3 rounded-lg border border-divider-subtle'>
+ <ClockFastForward className='w-5 h-5 text-text-tertiary' />
</div>
<div className='system-sm-regular text-text-tertiary'>{t('appAnnotation.viewModal.noHitHistory')}</div>
</div>
--
Gitblit v1.8.0