From 4a16ce770726da1bd0b51545d2b2ee8b683d7bc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=BE=99?= Date: Mon, 6 Apr 2026 18:04:36 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8F=E5=88=86=E7=B1=BB=E7=9A=84=E7=BC=96=E8=BE=91=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.jsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 21f6651..5a98071 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -206,15 +206,10 @@ function App() { {categories.map(cat => ( -
-
setSelectedCategory(cat.id)}> -
- {cat.name} - {getCategoryCount(cat.id)} -
- +
setSelectedCategory(cat.id)}> +
+ {cat.name} + {getCategoryCount(cat.id)}
))}