From c8d6a6c836b24321fb411b694a8ae4a23f55b598 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 23 Nov 2020 14:15:06 +0800 Subject: [PATCH] fix(button): dropdown button in the wrong position --- components/button/style/mixin.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/button/style/mixin.less b/components/button/style/mixin.less index 832ca185a8..1ab82acb87 100644 --- a/components/button/style/mixin.less +++ b/components/button/style/mixin.less @@ -110,7 +110,7 @@ } .button-group-base(@btnClassName) { position: relative; - display: inline-block; + display: inline-flex; > .@{btnClassName}, > span > .@{btnClassName} { position: relative;