refs #6199 fix(orderCatalogView): html and css
gitea/salix/pipeline/head There was a failure building this commit
Details
gitea/salix/pipeline/head There was a failure building this commit
Details
This commit is contained in:
parent
7367656a35
commit
fa90132934
|
@ -37,21 +37,24 @@
|
||||||
value="{{::item.value7}}">
|
value="{{::item.value7}}">
|
||||||
</vn-label-value>
|
</vn-label-value>
|
||||||
</div>
|
</div>
|
||||||
<vn-horizontal
|
<vn-horizontal>
|
||||||
class="container text-right text-caption"
|
<vn-one>
|
||||||
ng-if="::item.minQuantity">
|
<vn-rating ng-if="::item.stars"
|
||||||
<div ng-class="'text-caption-reduced'">
|
ng-model="::item.stars"/>
|
||||||
<vn-icon
|
</vn-one>
|
||||||
icon="production_quantity_limits"
|
<vn-horizontal
|
||||||
translate-attr="{title: 'Minimal quantity'}"
|
class="text-right text-caption alert vn-mr-xs"
|
||||||
ng-class="'text-subtitle1'">
|
ng-if="::item.minQuantity">
|
||||||
</vn-icon>
|
<vn-one>
|
||||||
<span class="vn-ml-xs">{{::item.minQuantity}}</span>
|
<vn-icon
|
||||||
</div>
|
icon="production_quantity_limits"
|
||||||
|
translate-attr="{title: 'Minimal quantity'}"
|
||||||
|
class="text-subtitle1">
|
||||||
|
</vn-icon>
|
||||||
|
</vn-one>
|
||||||
|
{{::item.minQuantity}}
|
||||||
|
</vn-horizontal>
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
<vn-rating ng-if="::item.stars"
|
|
||||||
ng-model="::item.stars">
|
|
||||||
</vn-rating>
|
|
||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div class="price">
|
<div class="price">
|
||||||
<vn-one>
|
<vn-one>
|
||||||
|
|
|
@ -44,10 +44,7 @@ vn-order-catalog {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.text-caption-reduced {
|
.alert {
|
||||||
color: $color-alert;
|
color: $color-alert;
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: flex-end;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue