From 58631348056630ac6f190ccce5b5defb9f7fee30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=94=B2=E8=BE=B0=E7=94=9F=E4=BA=A7?= Date: Sun, 22 Mar 2026 01:05:28 +0800 Subject: [PATCH] =?UTF-8?q?Release=20v1.2.7=20-=20=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 优化藏品列表样式,紧凑布局 - 珍惜度移至第二行备注前 - 冠字号取消加粗 --- frontend/src/pages/List.jsx | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/frontend/src/pages/List.jsx b/frontend/src/pages/List.jsx index 9af41fb..1624077 100644 --- a/frontend/src/pages/List.jsx +++ b/frontend/src/pages/List.jsx @@ -385,27 +385,29 @@ export default function List() {
{item.code || '-'} - {formatPrefixSerial(item.prefixSerial)} + {formatPrefixSerial(item.prefixSerial)} {item.packaging && {item.packaging}} {item.numberCategory && {item.numberCategory}}
{item.status && {getStatusText(item.status)}} {item.category && {getCategoryText(item.category)}} - {item.rarity && {item.rarity}}
{/* 第2行:版本(彩色) + 已评级 + 评级公司 + 评级分数 + 三星 + 特殊标识 | 备注 */} -
-
+
+
{item.version && {item.version}} {item.isGraded && 已评级} {item.gradingCompany && {item.gradingCompany.substring(0,4)}} - {item.gradingScore && {item.gradingScore}} + {item.gradingScore && {item.gradingScore}} {item.threeStar && 三星} {item.specialMark && {item.specialMark}}
- {item.remark && {item.remark}} +
+ {item.rarity && {item.rarity}} + {item.remark && {item.remark}} +
{/* 第3行:成本 + 修复 + 评级 | 目标 + 出售 */}
@@ -426,7 +428,7 @@ export default function List() {
-
我的藏品 ({filteredCollections.length})
+
我的藏品 ({filteredCollections.length})
{filter && filterType && (
)} @@ -500,7 +502,7 @@ export default function List() { {/* 排序表头按钮 */}
- 排序: + 排序: {[ { key: 'code', label: '编号' }, { key: 'prefixSerial', label: '冠字号' }, @@ -546,8 +548,8 @@ export default function List() {
🐉
{item.code || '-'}
{formatPrefixSerial(item.prefixSerial)}
-
- {item.gradingScore && {item.gradingScore}} +
+ {item.gradingScore && {item.gradingScore}} {item.threeStar && ⭐⭐⭐}