Skip to content

Commit 3600603

Browse files
authored
fix: vxeGrid height fixed vbenjs#5861 (vbenjs#5862)
1 parent cde1a85 commit 3600603

File tree

1 file changed

+2
-0
lines changed
  • packages/effects/plugins/src/vxe-table

1 file changed

+2
-0
lines changed

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

+2
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

0 commit comments

Comments
 (0)