1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00

[bugfix] Uploader: incorrect upload area width

This commit is contained in:
陈嘉涵 2019-05-13 11:00:58 +08:00
parent 4bc7d258a5
commit 564ddf6fca

@ -7,9 +7,9 @@
&__input {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
cursor: pointer;
opacity: 0;
}