feat: improve cursor

This commit is contained in:
陈嘉涵
2020-01-11 15:46:47 +08:00
parent 5cbb9e2998
commit 2eb680723d
33 changed files with 97 additions and 24 deletions
+9
View File
@@ -2,6 +2,7 @@
.van-rate {
display: inline-flex;
cursor: pointer;
user-select: none;
&__item {
@@ -25,4 +26,12 @@
overflow: hidden;
}
}
&--disabled {
cursor: not-allowed;
}
&--readonly {
cursor: default;
}
}