feat(Rate): should be inline-block (#4334)

This commit is contained in:
neverland 2019-09-03 10:51:47 +08:00 committed by GitHub
parent 9d941272d5
commit 99cd97febd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,7 @@
@import '../style/var';
.van-rate {
display: inline-block;
user-select: none;
&__item {