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