From 0a7279c42d56a1a645c1e43c9d20c830424a854a Mon Sep 17 00:00:00 2001 From: richard1015 <51844712@qq.com> Date: Thu, 15 Apr 2021 16:42:41 +0800 Subject: [PATCH] style: button block height --- src/packages/button/index.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/packages/button/index.scss b/src/packages/button/index.scss index 3d93700ad..49ab45e6e 100644 --- a/src/packages/button/index.scss +++ b/src/packages/button/index.scss @@ -134,9 +134,6 @@ &--block { display: block; width: 100%; - height: $button-block-height; - line-height: $button-block-line-height; - font-size: $font-size-3; } &--disabled { -- GitLab