added scrollbar to transfer popover
gitea/salix/test This commit looks good Details

This commit is contained in:
Joan Sanchez 2019-09-04 14:08:08 +02:00
parent ea531a23f2
commit 1e5404f77a
2 changed files with 6 additions and 4 deletions

View File

@ -300,7 +300,7 @@
icon="info">
</vn-icon>
</vn-horizontal>
<table class="vn-grid">
<vn-table class="vn-grid">
<thead>
<tr>
<th number>ID</th>
@ -323,7 +323,7 @@
<td number>{{::ticket.warehouseName}}</td>
</tr>
</tbody>
</table>
</vn-table>
<vn-horizontal pad-medium-v>
<vn-textfield vn-one

View File

@ -76,11 +76,13 @@ vn-ticket-sale {
}
}
vn-table, table {
margin-bottom: 10px;
margin-bottom: 10px
}
vn-table {
width: 20em
overflow-y: auto;
max-height: 25em;
width: 20em;
}
table {