Merge remote-tracking branch 'origin/master'

This commit is contained in:
M_Kececi
2026-03-23 09:58:44 +03:00
parent 5eab36df69
commit c0053d6058
7 changed files with 345 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
<template>
<template>
<q-page v-if="canReadFinance" class="q-px-md q-pb-md q-pt-xs page-col statement-page">
<q-slide-transition>
<div v-show="!filtersCollapsed" class="local-filter-bar compact-filter q-pa-sm q-mb-xs">
@@ -541,7 +541,6 @@ function formatAmount(value, fraction = 2) {
}
.currency-groups {
position: relative;
padding: 6px;
background: #f8faff;
}
@@ -630,20 +629,18 @@ function formatAmount(value, fraction = 2) {
line-height: 1.2 !important;
}
.detail-subtable :deep(.q-table__container),
.detail-subtable :deep(.q-table__middle) {
overflow: visible !important;
max-height: none !important;
}
.detail-subtable :deep(.q-table__top) {
position: static;
}
.detail-subtable :deep(thead th) {
.detail-subtable :deep(thead) {
position: sticky;
top: calc(var(--lvl3-top) - var(--lvl3-shift-up));
z-index: 35;
z-index: 31;
}
.detail-subtable :deep(thead th) {
position: static;
background: #1f3b5b;
color: #fff;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);