From 7da0760a4f55f43f62bc3777eb58c41edfff6266 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Mon, 1 May 2023 12:21:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=E6=8E=92=E8=A1=8C=E6=A6=9C?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=AE=BD=E5=BA=A6=E5=8F=8A=E5=AD=97=E4=BD=93?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- publish/changeLog.md | 1 + src/screens/Home/Views/Leaderboard/BoardsList/ListItem.tsx | 2 +- src/screens/Home/Views/Leaderboard/LeftBar.tsx | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/publish/changeLog.md b/publish/changeLog.md index bad7eec..8950576 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -3,6 +3,7 @@ - 增加kg歌单歌曲flac24bit显示(@helloplhm-qwq) - 增加tx源热门评论图片显示(@Folltoshe) - 支持wy热门评论翻页 +- 微调排行榜列表宽度及字体大小 ### 修复 diff --git a/src/screens/Home/Views/Leaderboard/BoardsList/ListItem.tsx b/src/screens/Home/Views/Leaderboard/BoardsList/ListItem.tsx index 74f0c1f..7e9a08a 100644 --- a/src/screens/Home/Views/Leaderboard/BoardsList/ListItem.tsx +++ b/src/screens/Home/Views/Leaderboard/BoardsList/ListItem.tsx @@ -47,7 +47,7 @@ export default ({ item, activeId, index, longPressIndex, onBoundChange, onShowMe ? : null } - {item.name} + {item.name} ) } diff --git a/src/screens/Home/Views/Leaderboard/LeftBar.tsx b/src/screens/Home/Views/Leaderboard/LeftBar.tsx index 4fb7b4a..965c838 100644 --- a/src/screens/Home/Views/Leaderboard/LeftBar.tsx +++ b/src/screens/Home/Views/Leaderboard/LeftBar.tsx @@ -86,6 +86,7 @@ const styles = createStyle({ flexDirection: 'column', width: '26%', maxWidth: 180, + minWidth: 110, flexGrow: 0, flexShrink: 0, borderRightWidth: BorderWidths.normal,