From 037470e1d2e181edaa4404f1ccadf63b74bc2b04 Mon Sep 17 00:00:00 2001
From: tangjinzhou <415800467@qq.com>
Date: Thu, 27 Jan 2022 20:47:37 +0800
Subject: [PATCH] fix: block not work when small size, close #5219

---
 components/button/style/index.less | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/button/style/index.less b/components/button/style/index.less
index 97fbeb2ed..3fdf196c9 100644
--- a/components/button/style/index.less
+++ b/components/button/style/index.less
@@ -235,7 +235,7 @@
     letter-spacing: 0.34em;
   }
 
-  &-block {
+  &&-block {
     width: 100%;
   }