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/empty-element.tsx | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/components/app/annotation/empty-element.tsx b/app/components/app/annotation/empty-element.tsx
index a240f93..9ba31ce 100644
--- a/app/components/app/annotation/empty-element.tsx
+++ b/app/components/app/annotation/empty-element.tsx
@@ -13,10 +13,10 @@
const { t } = useTranslation()
return (
- <div className='flex h-full items-center justify-center'>
- <div className='box-border h-fit w-[560px] rounded-2xl bg-background-section-burn px-5 py-4'>
- <span className='system-md-semibold text-text-secondary'>{t('appAnnotation.noData.title')}<ThreeDotsIcon className='relative -left-1.5 -top-3 inline' /></span>
- <div className='system-sm-regular mt-2 text-text-tertiary'>
+ <div className='flex items-center justify-center h-full'>
+ <div className='bg-background-section-burn w-[560px] h-fit box-border px-5 py-4 rounded-2xl'>
+ <span className='text-text-secondary system-md-semibold'>{t('appAnnotation.noData.title')}<ThreeDotsIcon className='inline relative -top-3 -left-1.5' /></span>
+ <div className='mt-2 text-text-tertiary system-sm-regular'>
{t('appAnnotation.noData.description')}
</div>
</div>
--
Gitblit v1.8.0