added scrollbar to transfer popover
gitea/salix/test This commit looks good
Details
gitea/salix/test This commit looks good
Details
This commit is contained in:
parent
ea531a23f2
commit
1e5404f77a
|
@ -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
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue