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/filter.tsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app/components/app/annotation/filter.tsx b/app/components/app/annotation/filter.tsx
index b494d38..d741f6d 100644
--- a/app/components/app/annotation/filter.tsx
+++ b/app/components/app/annotation/filter.tsx
@@ -14,7 +14,7 @@
   appId: string
   queryParams: QueryParam
   setQueryParams: (v: QueryParam) => void
-  children: React.JSX.Element
+  children: JSX.Element
 }
 
 const Filter: FC<IFilterProps> = ({
@@ -29,7 +29,7 @@
   if (!data)
     return null
   return (
-    <div className='mb-2 flex flex-row flex-wrap items-center justify-between gap-2'>
+    <div className='flex justify-between flex-row flex-wrap gap-2 items-center mb-2'>
       <Input
         wrapperClassName='w-[200px]'
         showLeftIcon

--
Gitblit v1.8.0