From 8a6125d74ddd67318efc823d835d2bc9e5d1ec9e Mon Sep 17 00:00:00 2001 From: John60676 Date: Mon, 23 Nov 2020 14:23:32 +0800 Subject: [PATCH] fix(button): dropdown button in the wrong position (#3244) --- 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 832ca185a..1ab82acb8 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;