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">
|
icon="info">
|
||||||
</vn-icon>
|
</vn-icon>
|
||||||
</vn-horizontal>
|
</vn-horizontal>
|
||||||
<table class="vn-grid">
|
<vn-table class="vn-grid">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th number>ID</th>
|
<th number>ID</th>
|
||||||
|
@ -323,7 +323,7 @@
|
||||||
<td number>{{::ticket.warehouseName}}</td>
|
<td number>{{::ticket.warehouseName}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</vn-table>
|
||||||
|
|
||||||
<vn-horizontal pad-medium-v>
|
<vn-horizontal pad-medium-v>
|
||||||
<vn-textfield vn-one
|
<vn-textfield vn-one
|
||||||
|
|
|
@ -76,11 +76,13 @@ vn-ticket-sale {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
vn-table, table {
|
vn-table, table {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px
|
||||||
}
|
}
|
||||||
|
|
||||||
vn-table {
|
vn-table {
|
||||||
width: 20em
|
overflow-y: auto;
|
||||||
|
max-height: 25em;
|
||||||
|
width: 20em;
|
||||||
}
|
}
|
||||||
|
|
||||||
table {
|
table {
|
||||||
|
|
Loading…
Reference in New Issue