style: 將詞卡數目統計顯示調整為右對齊

- 修改詞卡數量統計的對齊方式從左對齊改為右對齊
- 提升頁面佈局的視覺平衡

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
鄭沛軒 2025-09-24 16:51:57 +08:00
parent 9a54105061
commit e424c04443
1 changed files with 1 additions and 1 deletions

View File

@ -237,7 +237,7 @@ function FlashcardsContent() {
/> />
{/* 詞卡數目統計 */} {/* 詞卡數目統計 */}
<div className="flex justify-between items-center mb-4"> <div className="flex justify-end items-center mb-4">
<h3 className="text-lg font-semibold"> <h3 className="text-lg font-semibold">
{searchState.pagination.totalCount} {searchState.pagination.totalCount}
{searchState.pagination.totalPages > 1 && ( {searchState.pagination.totalPages > 1 && (