From 99cd97febd6f0fe163feddc30261d64035f355ff Mon Sep 17 00:00:00 2001 From: neverland Date: Tue, 3 Sep 2019 10:51:47 +0800 Subject: [PATCH] feat(Rate): should be inline-block (#4334) --- src/rate/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rate/index.less b/src/rate/index.less index 726868208..48ae27e68 100644 --- a/src/rate/index.less +++ b/src/rate/index.less @@ -1,6 +1,7 @@ @import '../style/var'; .van-rate { + display: inline-block; user-select: none; &__item {