From 81be016be3d2b8c63baa76989ed1a49ae45620be Mon Sep 17 00:00:00 2001 From: lutinglt Date: Mon, 11 Aug 2025 22:41:24 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=A5=E5=BE=AE=E5=A2=9E=E5=8A=A0=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E4=BB=A3=E7=A0=81=E6=96=87=E4=BB=B6=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E7=9A=84=E5=8D=95=E8=A1=8C=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/release.md | 2 ++ TODO.md | 1 - styles/components/filelist.ts | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/release.md b/.github/release.md index d05cd7a..8b71871 100644 --- a/.github/release.md +++ b/.github/release.md @@ -6,6 +6,8 @@ ## 🎈 Perf +- 略微增加仓库代码文件列表的单行高度与 GitHub 一致 + ## 🐞 Fix - 修复 Action 作业步骤页面标题选中时滚动固定的高度问题 diff --git a/TODO.md b/TODO.md index 41510fb..88814c0 100644 --- a/TODO.md +++ b/TODO.md @@ -5,7 +5,6 @@ - 用户动态仪表板样式优化 - 分页样式优化 - 工单管理中搜索框精细按钮的宽度修复 -- 仓库文件列表的单行高度调整 - 仓库文件列表页 README 导航栏样式 - 色盲主题支持 - 打开文件时的文件导航树样式和滚动高度 diff --git a/styles/components/filelist.ts b/styles/components/filelist.ts index 0555532..c805487 100644 --- a/styles/components/filelist.ts +++ b/styles/components/filelist.ts @@ -75,6 +75,7 @@ export const repoFiles = css` // 文件列表 .repo-file-item { .repo-file-cell { + height: 40px; &.name { display: flex; align-items: center;