feat(web): update Vue components
- App.vue: update app root component - SidebarRail.vue: update sidebar rail component - TravelReimbursementCreateView.vue: update travel form view
This commit is contained in:
@@ -103,7 +103,7 @@ const displayCompanyName = computed(() => props.companyName || 'X-Financial')
|
||||
.rail {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
height: 100dvh;
|
||||
height: var(--desktop-stage-height, 100dvh);
|
||||
display: grid;
|
||||
grid-template-rows: auto 1fr auto;
|
||||
background:
|
||||
|
||||
Reference in New Issue
Block a user