mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-26 19:36:36 +08:00
feat(Uploader): improve disabled cursor
This commit is contained in:
parent
52aa9e8559
commit
90409a7fad
@ -22,6 +22,10 @@
|
|||||||
&-wrapper {
|
&-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:disabled {
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__upload {
|
&__upload {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user