4590-Refactor-isBox-freightItemFk #1079
|
@ -13,8 +13,7 @@
|
||||||
</section>
|
</section>
|
||||||
<input
|
<input
|
||||||
type="file"
|
type="file"
|
||||||
accept="{{$ctrl.accept}}"
|
accept="{{$ctrl.accept}}">
|
||||||
style="display: none;">
|
|
||||||
</input>
|
</input>
|
||||||
</div>
|
</div>
|
||||||
<div class="fix suffix"></div>
|
<div class="fix suffix"></div>
|
||||||
|
|
|
@ -4,4 +4,13 @@
|
||||||
.value {
|
.value {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
.control {
|
||||||
|
& > input[type=file] {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
& > section {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue