feat(ui): transaction table
This commit is contained in:
parent
44ee6b8a07
commit
2ebb476ad1
2 changed files with 7 additions and 5 deletions
|
|
@ -1,12 +1,12 @@
|
|||
<template>
|
||||
<div
|
||||
v-if="data"
|
||||
id="transaction"
|
||||
>
|
||||
<BModal
|
||||
v-model="modal"
|
||||
scrollable
|
||||
ok-only
|
||||
id="transaction"
|
||||
size="lg"
|
||||
:title="data.label"
|
||||
>
|
||||
|
|
|
|||
|
|
@ -130,6 +130,10 @@ $nav-size-sm: 50px;
|
|||
}
|
||||
|
||||
#transaction {
|
||||
.modal-body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.table {
|
||||
width: 100%;
|
||||
|
||||
|
|
@ -140,10 +144,8 @@ $nav-size-sm: 50px;
|
|||
padding-bottom: 0.8rem;
|
||||
}
|
||||
|
||||
thead th {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
th {
|
||||
padding-left: 0.8rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue