🐛 Fix Dropdown icon missing margin right (#19635)

This commit is contained in:
偏右 2019-11-08 20:00:53 +08:00 committed by GitHub
parent 1d4f240276
commit 5916582518
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -98,6 +98,7 @@
cursor: pointer;
transition: all 0.3s;
> .anticon:first-child,
> span > .anticon:first-child {
min-width: 12px;
margin-right: 8px;