Skip to content

Commit 11222ed

Browse files
authored
Merge branch 'main' into Feature-5864
2 parents 02a11d0 + b0ad08d commit 11222ed

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/effects/plugins/src/vxe-table/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
--vxe-ui-table-row-current-background-color: hsl(var(--accent));
4747
--vxe-ui-table-row-hover-current-background-color: hsl(var(--accent-hover));
4848

49+
height: auto !important;
50+
4951
/* --vxe-ui-table-fixed-scrolling-box-shadow-color: rgb(0 0 0 / 80%); */
5052
}
5153

packages/utils/src/helpers/generate-routes-backend.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ function convertRoutes(
6363
route.component = pageMap[pageKey];
6464
} else {
6565
console.error(`route component is invalid: ${pageKey}`, route);
66+
route.component = pageMap['/_core/fallback/not-found.vue'];
6667
}
6768
}
6869

0 commit comments

Comments
 (0)