mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-16 16:07:33 +08:00
display total transactions, total amount, average amount, median amount, minimum amount, and maximum amount in the Data Table tab of Insights Explorer page
This commit is contained in:
@@ -407,6 +407,16 @@ html[dir="rtl"] .v-img.img-with-direction > img {
|
||||
}
|
||||
}
|
||||
|
||||
.table-tooltip {
|
||||
&.v-tooltip > .v-overlay__content {
|
||||
background-color: initial;
|
||||
|
||||
.v-table {
|
||||
box-shadow: 0 6px 16px 0 rgba(var(--v-shadow-key-umbra-color), var(--v-shadow-lg-opacity)), 0 0 transparent, 0 0 transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.v-snackbar {
|
||||
.v-snackbar__content {
|
||||
color: rgb(var(--v-tooltip-color));
|
||||
|
||||
Reference in New Issue
Block a user