From 07c6f0a78ef02721fc77a164548b3866ad8a7d0f Mon Sep 17 00:00:00 2001 From: lutinglt Date: Sat, 1 Nov 2025 13:36:27 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9B=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E8=BE=93=E5=85=A5=E6=A1=86=E7=9A=84=E6=8E=92=E5=88=97?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + styles/components/commit.ts | 5 ----- styles/public/dropdown.ts | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c128328..a7058ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ - 修复 Issue/PR 侧边栏的时间追踪样式 - 修复 Issue/PR 详细页面中的部分文字颜色 +- 修复一些选择输入框的排列问题 ## 📃 English diff --git a/styles/components/commit.ts b/styles/components/commit.ts index ba1b7d0..b4c53c8 100644 --- a/styles/components/commit.ts +++ b/styles/components/commit.ts @@ -101,10 +101,5 @@ export const commitGraph = css` } } } - // 提交图的分支选择菜单框 - .ui.search.selection.dropdown > .menu > .item { - flex-direction: row; - align-items: center; - } } `; diff --git a/styles/public/dropdown.ts b/styles/public/dropdown.ts index a47f696..e213733 100644 --- a/styles/public/dropdown.ts +++ b/styles/public/dropdown.ts @@ -230,7 +230,7 @@ export const selectionDropdown = css` // 标签页面的标签选择框 .page-content.repository.labels .ui.selection.dropdown.active, // 创建仓库页面的标签选择框 - .ui.search.selection.dropdown { + .page-content.repository.new-repo .ui.search.selection.dropdown { > .menu > .item { flex-direction: column; align-items: flex-start;