From 70398dc69359fc5fa36c2fa8107f223dff230db6 Mon Sep 17 00:00:00 2001 From: chenzeyu Date: Mon, 14 Oct 2024 14:16:21 +0800 Subject: [PATCH 1/2] =?UTF-8?q?BI-157020=20fix:=20=E6=B7=B1=E8=89=B2?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8Bclear=E7=9A=84=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E5=B8=A6=E6=9C=89=E8=83=8C=E6=99=AF=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fineui/src/less/base/single/button/button.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/fineui/src/less/base/single/button/button.less b/packages/fineui/src/less/base/single/button/button.less index e352d4c3c..a25690732 100644 --- a/packages/fineui/src/less/base/single/button/button.less +++ b/packages/fineui/src/less/base/single/button/button.less @@ -580,6 +580,10 @@ body .bi-button, #body .bi-button { .bi-button { background-color: @color-bi-background-button-theme-dark; + &.clear { + background-color: transparent; + } + &.button-ignore { background-color: @color-bi-background-ignore-button-theme-dark; From af8f11c8b4806909f63872d81424d93cf61dbd39 Mon Sep 17 00:00:00 2001 From: "Jimmy.Chai" Date: Wed, 16 Oct 2024 18:08:14 +0800 Subject: [PATCH 2/2] =?UTF-8?q?BI-148470=20refactor:=20=E5=A2=9E=E5=8A=A0p?= =?UTF-8?q?opup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/fineui/src/widget/multilayerdownlist/combo.downlist.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/fineui/src/widget/multilayerdownlist/combo.downlist.js b/packages/fineui/src/widget/multilayerdownlist/combo.downlist.js index 56bf41107..e5a1e464d 100644 --- a/packages/fineui/src/widget/multilayerdownlist/combo.downlist.js +++ b/packages/fineui/src/widget/multilayerdownlist/combo.downlist.js @@ -23,6 +23,7 @@ export class MultiLayerDownListCombo extends Widget { container: null, stopPropagation: false, el: {}, + popup: {}, }); } @@ -65,6 +66,7 @@ export class MultiLayerDownListCombo extends Widget { el: this.popupview, stopPropagation: o.stopPropagation, maxHeight: 1000, + ...o.popup, }, });