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/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