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:
MaysWind
2026-03-07 01:04:47 +08:00
parent b81d2ec63c
commit 23a5f0a96f
3 changed files with 114 additions and 2 deletions
+10
View File
@@ -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));