4590-Refactor-isBox-freightItemFk #1079

Merged
joan merged 13 commits from 4590-Refactor-isBox-freightItemFk into dev 2022-11-10 07:50:14 +00:00
2 changed files with 11 additions and 3 deletions
Showing only changes of commit 772ea00777 - Show all commits

View File

@ -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>

View File

@ -4,4 +4,13 @@
.value { .value {
cursor: pointer; cursor: pointer;
} }
.control {
& > input[type=file] {
opacity: 0;
}
& > section {
position: absolute;
bottom: 0;
}
}
} }