From 894bb060a1a2fd1cc3e498816bf2ac78111a09b1 Mon Sep 17 00:00:00 2001 From: ShineKOT <1917095344@qq.com> Date: Thu, 28 Aug 2025 10:15:47 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=9C=8B=E6=9D=BF?= =?UTF-8?q?=E6=B3=B3=E9=81=93=E5=88=86=E7=BB=84=E7=95=8C=E9=9D=A2=E8=A1=8C?= =?UTF-8?q?=E4=B8=BA=E7=BB=84=E6=A0=B7=E5=BC=8F=E5=BC=82=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ .../swimlane-kanban/swimlane-kanban.scss | 21 +++++++------------ .../swimlane-kanban/swimlane-kanban.tsx | 2 ++ 3 files changed, 13 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ea79e36..8fe97198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ ## [Unreleased] +## Fixed + +- 修复看板泳道分组界面行为组样式异常 + ## [0.7.41-alpha.21] - 2025-08-27 ### Added diff --git a/src/control/kanban/swimlane-kanban/swimlane-kanban.scss b/src/control/kanban/swimlane-kanban/swimlane-kanban.scss index 2370e047..b449f64d 100644 --- a/src/control/kanban/swimlane-kanban/swimlane-kanban.scss +++ b/src/control/kanban/swimlane-kanban/swimlane-kanban.scss @@ -121,27 +121,20 @@ $swimlane-kanban: ( @include m('popper') { &.el-popper { + >.el-scrollbar { + overflow: visible; + } + .#{bem(action-toolbar, popover)} { + background-color: getCssVar(color, primary); + } + &.el-dropdown__popper { .el-scrollbar__view { &.el-dropdown__list { padding: getCssVar('spacing', 'extra', 'tight') getCssVar('spacing', 'none'); - background-color: getCssVar('color', 'white'); } } - - .el-button { - color: getCssVar('color', 'text', 2); - - --el-button-bg-color: #{getCssVar('color', 'white')}; - --el-button-hover-bg-color: #{getCssVar('color', 'fill', 0)}; - --el-button-active-bg-color: #{getCssVar('color', 'fill', 0)}; - --el-button-text-color: #{getCssVar('color', 'text', 2)}; - --el-button-hover-text-color: #{getCssVar('color', 'primary')}; - --el-button-active-text-color: #{getCssVar('color', 'primary')}; - - border: none; - } } } } diff --git a/src/control/kanban/swimlane-kanban/swimlane-kanban.tsx b/src/control/kanban/swimlane-kanban/swimlane-kanban.tsx index 210b8358..0005f271 100644 --- a/src/control/kanban/swimlane-kanban/swimlane-kanban.tsx +++ b/src/control/kanban/swimlane-kanban/swimlane-kanban.tsx @@ -271,6 +271,7 @@ export const SwimlaneKanban = defineComponent({ {showActionBar && ( {c.model.groupUIActionGroup && (