updated transfer css
gitea/salix/dev This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-09-04 14:37:29 +02:00
parent db1113ab0b
commit 0d21519523
2 changed files with 7 additions and 6 deletions

View File

@ -269,17 +269,17 @@
<vn-thead>
<vn-tr>
<vn-th number shrink>Id</vn-th>
<vn-th shrink>Item</vn-th>
<vn-th>Item</vn-th>
<vn-th number shrink>Quantity</vn-th>
</vn-tr>
</vn-thead>
<vn-tbody>
<vn-tr ng-repeat="sale in $ctrl.transfer.sales">
<vn-td number shrink>{{::sale.itemFk | zeroFill:6}}</vn-td>
<vn-td shrink>
<vn-td>
<span title="{{::sale.concept}}">{{::sale.concept}}</span>
</vn-td>
<vn-td-editable number>
<vn-td-editable number shrink>
<text>{{sale.quantity}}</text>
<field>
<vn-input-number vn-focus
@ -300,7 +300,7 @@
icon="info">
</vn-icon>
</vn-horizontal>
<vn-table class="vn-grid">
<table class="vn-grid">
<thead>
<tr>
<th number>ID</th>
@ -323,7 +323,7 @@
<td number>{{::ticket.warehouseName}}</td>
</tr>
</tbody>
</vn-table>
</table>
<vn-horizontal pad-medium-v>
<vn-textfield vn-one

View File

@ -80,9 +80,10 @@ vn-ticket-sale {
}
vn-table {
overflow-x: hidden;
overflow-y: auto;
max-height: 25em;
width: 20em;
width: 30em;
}
table {