From 588df9f143f1b6095cf777408c450f68bf0ba282 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Tue, 31 Mar 2026 20:42:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=90=8E=E5=8F=B0?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E9=9D=A2=E6=9D=BF=20UI=20=E9=97=AE=E9=A2=98?= =?UTF-8?q?=20=E2=80=94=20=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E5=88=86?= =?UTF-8?q?=E9=9A=94=E7=AC=A6=E7=AB=96=E7=BA=BF=EF=BC=8C=E7=94=A8=20flex?= =?UTF-8?q?=20=E5=B8=83=E5=B1=80=E6=9B=BF=E4=BB=A3=20calc()=20=E9=AB=98?= =?UTF-8?q?=E5=BA=A6=E8=AE=A1=E7=AE=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/server/src/routes/_protected/admin.tsx | 6 ++---- apps/server/src/routes/_protected/admin/bookmarks.tsx | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/apps/server/src/routes/_protected/admin.tsx b/apps/server/src/routes/_protected/admin.tsx index bc9bb26..808509f 100644 --- a/apps/server/src/routes/_protected/admin.tsx +++ b/apps/server/src/routes/_protected/admin.tsx @@ -1,6 +1,5 @@ import { createFileRoute, Outlet } from '@tanstack/react-router' import { AdminSidebar } from '@/components/AdminSidebar' -import { Separator } from '@/components/ui/separator' import { SidebarInset, SidebarProvider, SidebarTrigger } from '@/components/ui/sidebar' export const Route = createFileRoute('/_protected/admin' as never)({ @@ -14,11 +13,10 @@ function AdminLayout() {
-
-
+
-
+
) diff --git a/apps/server/src/routes/_protected/admin/bookmarks.tsx b/apps/server/src/routes/_protected/admin/bookmarks.tsx index 21b8de6..8255847 100644 --- a/apps/server/src/routes/_protected/admin/bookmarks.tsx +++ b/apps/server/src/routes/_protected/admin/bookmarks.tsx @@ -32,13 +32,13 @@ function BookmarksAdmin() { const selectedCategory = data.find((category: { id: string }) => category.id === selectedCategoryId) return ( -
+

书签管理

管理你的书签分类、图标和排序

-
+