feat(Rate): should be inline block (#1962)

This commit is contained in:
neverland 2019-09-05 16:17:51 +08:00 committed by GitHub
parent fc31d9810d
commit dca7dfe98d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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