From 70398dc69359fc5fa36c2fa8107f223dff230db6 Mon Sep 17 00:00:00 2001 From: chenzeyu Date: Mon, 14 Oct 2024 14:16:21 +0800 Subject: [PATCH] =?UTF-8?q?BI-157020=20fix:=20=E6=B7=B1=E8=89=B2=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8Bclear=E7=9A=84=E6=8C=89=E9=92=AE=E5=B8=A6?= =?UTF-8?q?=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;