fix(Rate): should enable flex wrap (#9192)

This commit is contained in:
neverland 2021-08-06 17:38:26 +08:00 committed by GitHub
parent 01c3c3619d
commit d3828f6ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,7 @@
display: inline-flex;
cursor: pointer;
user-select: none;
flex-wrap: wrap;
&__item {
position: relative;