add global loading state, update to use real data for clients table
This commit is contained in:
parent
2cfe7ed8e6
commit
464c62d1e5
12 changed files with 1075 additions and 194 deletions
|
|
@ -3,6 +3,18 @@
|
|||
--secondary-background-color: #669084;
|
||||
}
|
||||
|
||||
/* Fix PrimeVue overlay z-index conflicts with Vuetify modals */
|
||||
/* Vuetify dialogs typically use z-index 2400+, so PrimeVue overlays need to be higher */
|
||||
.p-component-overlay {
|
||||
z-index: 2500 !important;
|
||||
}
|
||||
|
||||
.p-select-overlay,
|
||||
.p-autocomplete-overlay,
|
||||
.p-dropdown-overlay {
|
||||
z-index: 2500 !important;
|
||||
}
|
||||
|
||||
.page-turn-button {
|
||||
border-radius: 5px;
|
||||
border: none;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue