feat: improve cursor of some components
This commit is contained in:
@@ -117,8 +117,6 @@ export default {
|
||||
padding-bottom: 30px;
|
||||
|
||||
.van-swipe {
|
||||
cursor: pointer;
|
||||
|
||||
&-item {
|
||||
color: @white;
|
||||
font-size: 20px;
|
||||
|
||||
@@ -3,6 +3,7 @@
|
||||
.van-swipe {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
|
||||
&__track {
|
||||
|
||||
Reference in New Issue
Block a user