From 615cfbc1e0f19d2c93476a67a3ff741a6e9f559d Mon Sep 17 00:00:00 2001 From: rickcole Date: Mon, 11 May 2020 11:54:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=89disableTip=E6=97=B6=EF=BC=8C=E8=A1=A8?= =?UTF-8?q?=E5=8D=95=E4=B8=8B=E6=8C=89=E9=92=AE=E6=A0=B7=E5=BC=8F=E5=BE=AE?= =?UTF-8?q?=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scss/components/_table.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scss/components/_table.scss b/scss/components/_table.scss index 60baa1b2..7f261e7b 100644 --- a/scss/components/_table.scss +++ b/scss/components/_table.scss @@ -723,7 +723,8 @@ .#{$ns}OperationField { margin: px2rem(-3px); - > .#{$ns}Button { + > .#{$ns}Button, + > .#{$ns}Button--disabled-wrap > .#{$ns}Button { margin: px2rem(3px); } }