mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
[bugfix] Uploader: should clip file-upload-button
This commit is contained in:
parent
60710607bc
commit
f17891bdb3
@ -7,16 +7,11 @@
|
||||
&__input {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
input[type="file"]::-webkit-file-upload-button {
|
||||
cursor: pointer;
|
||||
overflow: hidden; // to clip file-upload-button
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user