Aggiunta pagination nella tab Commesse

This commit is contained in:
2025-09-05 09:41:22 +02:00
parent 8508820350
commit 014e2ffc41
4 changed files with 489 additions and 135 deletions

View File

@@ -165,10 +165,6 @@
gap: 1.25rem;
}
.commesse-container ::deep > div:first-child:not(.activity-card) {
display: none;
}
/*--------------
TabPanel
----------------*/
@@ -242,14 +238,13 @@
.tab-container {
display: flex;
flex-direction: column;
overflow: hidden;
width: -webkit-fill-available;
}
.tab-content {
display: none;
flex: 1;
overflow-y: auto;
overflow-y: hidden;
animation: fade .3s ease;
padding: .5rem;
}
@@ -274,4 +269,14 @@
opacity: 1;
transform: translateY(0);
}
}
.custom-pagination ::deep ul { padding-left: 0 !important; }
.SelectedPageSize {
width: 100%;
}
.FilterSection {
display: flex;
}