fix: vxeGrid height fixed #5861 (#5862)

This commit is contained in:
Rascal-Coder 2025-04-04 13:16:31 +08:00 committed by GitHub
parent cde1a85394
commit 3600603016
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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%); */
}