fix: vxeGrid height fixed #5861 (#5862)

pull/68/head
Rascal-Coder 2025-04-04 13:16:31 +08:00 committed by YunaiV
parent a617d4b71e
commit 3086b83834
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@
--vxe-ui-table-row-current-background-color: hsl(var(--accent));
--vxe-ui-table-row-hover-current-background-color: hsl(var(--accent-hover));
height: auto !important;
/* --vxe-ui-table-fixed-scrolling-box-shadow-color: rgb(0 0 0 / 80%); */
}