Browse Source

fix(button): dropdown button in the wrong position (#3244)

pull/3258/head
John60676 4 years ago committed by GitHub
parent
commit
8a6125d74d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      components/button/style/mixin.less

2
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;

Loading…
Cancel
Save