feat: improve cursor of some components

This commit is contained in:
陈嘉涵
2020-01-11 08:42:03 +08:00
parent c1a535b0dd
commit 4ed3bd4c7e
6 changed files with 5 additions and 6 deletions
-2
View File
@@ -117,8 +117,6 @@ export default {
padding-bottom: 30px;
.van-swipe {
cursor: pointer;
&-item {
color: @white;
font-size: 20px;
+1
View File
@@ -3,6 +3,7 @@
.van-swipe {
position: relative;
overflow: hidden;
cursor: pointer;
user-select: none;
&__track {