1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

fix(Rate): should enable flex wrap ()

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

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