From e424c044432be1f29564681c3db1c5db0a0f1575 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=84=AD=E6=B2=9B=E8=BB=92?= Date: Wed, 24 Sep 2025 16:51:57 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=B0=87=E8=A9=9E=E5=8D=A1=E6=95=B8?= =?UTF-8?q?=E7=9B=AE=E7=B5=B1=E8=A8=88=E9=A1=AF=E7=A4=BA=E8=AA=BF=E6=95=B4?= =?UTF-8?q?=E7=82=BA=E5=8F=B3=E5=B0=8D=E9=BD=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改詞卡數量統計的對齊方式從左對齊改為右對齊 - 提升頁面佈局的視覺平衡 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- frontend/app/flashcards/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/flashcards/page.tsx b/frontend/app/flashcards/page.tsx index 01a5961..f147454 100644 --- a/frontend/app/flashcards/page.tsx +++ b/frontend/app/flashcards/page.tsx @@ -237,7 +237,7 @@ function FlashcardsContent() { /> {/* 詞卡數目統計 */} -
+

共 {searchState.pagination.totalCount} 個詞卡 {searchState.pagination.totalPages > 1 && (