0
0
Fork 0

fix(VnTable): header background-color

This commit is contained in:
Alex Moreno 2024-09-26 14:14:27 +02:00
parent 5f4df6eb96
commit f00db79d47
1 changed files with 4 additions and 0 deletions

View File

@ -749,6 +749,10 @@ es:
border-color: var(--vn-section-color);
}
.q-table__container > div:first-child {
background-color: var(--vn-page-color);
}
.grid-three {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, max-content));