refs #6199 Added minQuantity in item #1786
|
@ -37,17 +37,18 @@
|
||||||
value="{{::item.value7}}">
|
value="{{::item.value7}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<vn-horizontal
|
||||||
class="container text-right text-caption"
|
class="container text-right text-caption"
|
||||||
ng-if="::item.minQuantity"
|
ng-if="::item.minQuantity">
|
||||||
ng-class="'text-caption-reduced'">
|
<div ng-class="'text-caption-reduced'">
|
||||||
<vn-icon
|
<vn-icon
|
||||||
icon="production_quantity_limits"
|
icon="production_quantity_limits"
|
||||||
translate-attr="{title: 'Minimal quantity'}"
|
translate-attr="{title: 'Minimal quantity'}"
|
||||||
ng-class="'min-quantity-icon'">
|
ng-class="'text-subtitle1'">
|
||||||
</vn-icon>
|
</vn-icon>
|
||||||
<span>{{::item.minQuantity}}</span>
|
<span class="vn-ml-xs">{{::item.minQuantity}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
</vn-horizontal>
|
||||||
<vn-rating ng-if="::item.stars"
|
<vn-rating ng-if="::item.stars"
|
||||||
ng-model="::item.stars">
|
ng-model="::item.stars">
|
||||||
</vn-rating>
|
</vn-rating>
|
||||||
|
|
|
@ -45,13 +45,9 @@ vn-order-catalog {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.text-caption-reduced {
|
.text-caption-reduced {
|
||||||
|
color: $color-alert;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
color: $color-alert;
|
|
||||||
}
|
|
||||||
.min-quantity-icon {
|
|
||||||
font-size: 18px;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue