[bugfix] Uploader: incorrect upload area width

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

View File

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