feat: refs #7641 improve style
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-11-13 09:33:28 +01:00
parent a91f952778
commit 5d908fd5f9
3 changed files with 23 additions and 10 deletions

View File

@ -22,4 +22,9 @@ h3 {
.column-oriented th,
.column-oriented td{
padding: 5px
}
[row] {
display: flex;
column-gap: 5px;
}

View File

@ -41,12 +41,13 @@
<table class="column-oriented vn-mt-ml border-collapse">
<thead>
<tr>
<th width="5%">{{$t('reference')}}</th>
<th width="5%">{{$t('code')}}</th>
<th class="number">{{$t('boxes')}}</th>
<th width="1px" class="number"></th>
<th class="number">{{$t('packing')}}</th>
<th width="25%">{{$t('concept')}}</th>
<th width="45%">{{$t('tags')}}</th>
<th width="5%">{{$t('concept')}}</th>
<th width="20%">{{$t('reference')}}</th>
<th width="20%">{{$t('tags')}}</th>
<th width="5%" class="number">{{$t('quantity')}}</th>
<th width="1px" class="number"></th>
<th width="5%" class="number">{{$t('price')}}</th>
@ -56,15 +57,20 @@
</thead>
<tbody v-for="buy in buys">
<tr>
<td width="5%">{{buy.comment}}</td>
<td width="5%">{{buy.itemFk}}</td>
<td class="number">{{buy.stickers}}</td>
<td width="1px" class="number">x</td>
<td class="number align-left">{{buy.packing}}</td>
<td width="25%" class="nowrap">{{buy.name}}</td>
<td width="45%" class="font light-gray tags">
<span v-if="buy.value5" class="nowrap"><strong>{{buy.tag5}} → </strong>{{buy.value5}}</span>
<span v-if="buy.value6" class="nowrap"><strong>{{buy.tag6}} → </strong>{{buy.value6}}</span>
<span v-if="buy.value7" class="nowrap"><strong>{{buy.tag7}} → </strong>{{buy.value7}}</span>
<td width="5%" class="nowrap">{{buy.name}}</td>
<td width="20%">referencia de prueba</td>
<td width="20%" class="font light-gray tags" row>
<div>
<div class="nowrap">Color<strong>→ Lavanda</strong></div>
<div class="nowrap">Altura<strong>→ 100cm</strong></div>
</div>
<div>
<span class="nowrap">label<strong>→ valor</strong></span>
</div>
</td>
<td width="5%" class="number">{{buy.quantity | number($i18n.locale)}}</td>
<td width="1px" class="number">x</td>
@ -83,6 +89,7 @@
<td></td>
<td></td>
<td></td>
<td></td>
<td class="number">{{getTotalBy('quantity') | number($i18n.locale)}}</td>
<td></td>
<td></td>

View File

@ -16,4 +16,5 @@ entry: Entrada {0}
supplierData: Datos del proveedor
notes: Notas
reference: Referencia
tags: Tags
tags: Etiquetas
code: Código