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

This commit is contained in:
neverland 2021-08-06 17:40:22 +08:00 committed by GitHub
parent 9534867347
commit 824fbb8c6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
.van-rate {
display: inline-flex;
flex-wrap: wrap;
cursor: pointer;
user-select: none;