changed styles on summary
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
ec73b512fc
commit
e3de54b811
|
@ -65,19 +65,23 @@
|
|||
{{$ctrl.summary.item.itemType.worker.user.name}}
|
||||
</span>
|
||||
</vn-label-value>
|
||||
<vn-label-value label="Active">
|
||||
<vn-horizontal>
|
||||
<vn-check
|
||||
label="Active"
|
||||
disabled="true"
|
||||
vn-one
|
||||
ng-model="$ctrl.item.isActive">
|
||||
</vn-check>
|
||||
</vn-label-value>
|
||||
</vn-horizontal>
|
||||
<vn-horizontal>
|
||||
<vn-check
|
||||
disabled="true"
|
||||
label="Price in kg"
|
||||
vn-one
|
||||
ng-model="$ctrl.item.hasKgPrice">
|
||||
</vn-check>
|
||||
</vn-horizontal>
|
||||
<vn-horizontal>
|
||||
<vn-check
|
||||
label="Fragile"
|
||||
disabled="true"
|
||||
|
@ -85,16 +89,16 @@
|
|||
ng-model="$ctrl.item.isFragile"
|
||||
info="Is shown at website, app that this item cannot travel (wreath, palms, ...)">
|
||||
</vn-check>
|
||||
<vn-label-value label="Do photo"
|
||||
style="display: grid; align-items: center;">
|
||||
</vn-horizontal>
|
||||
<vn-horizontal>
|
||||
<vn-check
|
||||
style="top: 5px;"
|
||||
label="Do photo"
|
||||
disabled="true"
|
||||
vn-one
|
||||
ng-model="$ctrl.item.isPhotoRequested"
|
||||
info="This item does need a photo">
|
||||
</vn-check>
|
||||
</vn-label-value>
|
||||
</vn-horizontal>
|
||||
</vn-one>
|
||||
<vn-one name="otherData">
|
||||
<h4 ng-show="$ctrl.isBuyer">
|
||||
|
|
Loading…
Reference in New Issue