From bd7899114b54b630383c7c3901f6bebbc4c905ce Mon Sep 17 00:00:00 2001 From: lutinglt Date: Wed, 10 Dec 2025 10:21:14 +0800 Subject: [PATCH] Optimize the width of the left side of the workflow details page in different zoom levels --- CHANGELOG.md | 3 ++- styles/components/actions.ts | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a04bfbb..c8e011d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ - Optimize the selection style of items in the menu. - Optimize code block styles. -- Optimize some element styles on Issue/PR page +- Optimize some element styles on Issue/PR page. +- Optimize the width of the left side of the workflow details page in different zoom levels. ##### Template File diff --git a/styles/components/actions.ts b/styles/components/actions.ts index ba4e47b..968ed9f 100644 --- a/styles/components/actions.ts +++ b/styles/components/actions.ts @@ -163,9 +163,10 @@ export const actionViewHeader = css` // 工作流左侧作业列表 export const actionViewLeft = css` - .action-view-left { + .action-view-left.action-view-left.action-view-left { margin-right: 28px; border-top: 1px solid ${themeVars.color.console.border}; + max-width: 22vw; &:before { content: "Jobs"; color: ${themeVars.color.console.fg.subtle};