Lista Doni Navi 3
This commit is contained in:
30
src/App.scss
30
src/App.scss
@@ -690,3 +690,33 @@ $heightBtn: 100%;
|
|||||||
.bordo_stondato_blu {
|
.bordo_stondato_blu {
|
||||||
border: solid 3px #0f01b5;
|
border: solid 3px #0f01b5;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.my-sticky-header-table {
|
||||||
|
/* max height is important */
|
||||||
|
/* this is when the loading indicator appears */
|
||||||
|
|
||||||
|
}
|
||||||
|
.my-sticky-header-table .q-table__middle {
|
||||||
|
max-height: 650px !important;
|
||||||
|
@media (max-width: 718px) {
|
||||||
|
// PER VERSIONE MOBILE
|
||||||
|
max-height: 400px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.my-sticky-header-table .q-table__top,
|
||||||
|
.my-sticky-header-table .q-table__bottom,
|
||||||
|
.my-sticky-header-table thead tr:first-child th {
|
||||||
|
/* bg color is important for th; just specify one */
|
||||||
|
background-color: #f0ffff;
|
||||||
|
}
|
||||||
|
.my-sticky-header-table thead tr th {
|
||||||
|
position: sticky;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
.my-sticky-header-table thead tr:first-child th {
|
||||||
|
top: 0;
|
||||||
|
}
|
||||||
|
.my-sticky-header-table.q-table--loading thead tr:last-child th {
|
||||||
|
/* height of all previous header rows */
|
||||||
|
top: 48px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user