From a7120f930ef2bc4cff1bf2822bf26d83b72c1d9c Mon Sep 17 00:00:00 2001 From: zsmj Date: Thu, 21 Apr 2022 11:43:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A0JIRA=20fix:=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=8D=8A=E9=80=89=E6=8C=89=E9=92=AE=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/less/base/single/button/button.half.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/less/base/single/button/button.half.less b/src/less/base/single/button/button.half.less index b02f0b25b..3f8c1377f 100644 --- a/src/less/base/single/button/button.half.less +++ b/src/less/base/single/button/button.half.less @@ -3,6 +3,7 @@ .bi-half-button { .border-radius(2px); box-sizing: border-box; + &:after { position: absolute; left: 2px; @@ -12,8 +13,8 @@ background-color: @color-bi-background-half-button-content; content: ''; } - &, - .disabled { + + &.disabled { &:after { background-color: @color-bi-background-disabled-half-button-content; }