From 29122e946c1c786c2ac795a3ae75da0c35e124f1 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Mon, 11 Aug 2025 22:55:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=A1=B6=E9=83=A8=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E6=A0=8F=E5=B7=A5=E5=8D=95=E7=AE=A1=E7=90=86/?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E5=90=88=E5=B9=B6=E9=A1=B5=E9=9D=A2=E6=90=9C?= =?UTF-8?q?=E7=B4=A2=E6=A1=86=E6=97=81=E7=9A=84=E9=80=89=E6=8B=A9=E4=B8=8B?= =?UTF-8?q?=E6=8B=89=E6=A1=86=E6=8C=89=E9=92=AE=E5=86=85=E5=AE=B9=E8=BF=87?= =?UTF-8?q?=E7=AA=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/release.md | 1 + styles/public/dropdown.ts | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.github/release.md b/.github/release.md index 8b71871..44e4d4f 100644 --- a/.github/release.md +++ b/.github/release.md @@ -12,3 +12,4 @@ - 修复 Action 作业步骤页面标题选中时滚动固定的高度问题 - 修复用户公开活动页动态布局问题 +- 修复顶部导航栏工单管理/请求合并页面搜索框旁的选择下拉框按钮内容过窄 diff --git a/styles/public/dropdown.ts b/styles/public/dropdown.ts index 64f3b6f..8d03aa4 100644 --- a/styles/public/dropdown.ts +++ b/styles/public/dropdown.ts @@ -120,6 +120,10 @@ export const selectionDropdown = css` ${activeItemAfterStyle}; } } + // 修复顶部导航栏工单管理/请求合并页面搜索框旁的选择下拉框按钮内容过窄 + .list-header-search .ui.action.input > .dropdown.small { + padding: 8px 40px 8px 16px; + } // 发布版本页面的分支按钮, 覆盖 Gitea 的样式, 避免按钮元素高度不一致 .repository.new.release .target .selection.dropdown { padding-top: 8px;