feat(ui): transaction table

This commit is contained in:
Simon Vieille 2025-03-27 08:40:18 +01:00
commit 2ebb476ad1
Signed by: deblan
GPG key ID: 579388D585F70417
2 changed files with 7 additions and 5 deletions

View file

@ -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"
>

View file

@ -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;
}
}
}