mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix(Rate): should enable flex wrap (#9193)
This commit is contained in:
parent
9534867347
commit
824fbb8c6f
@ -2,6 +2,7 @@
|
||||
|
||||
.van-rate {
|
||||
display: inline-flex;
|
||||
flex-wrap: wrap;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user