소스 검색

fix: vxeGrid height fixed #5861 (#5862)

Rascal-Coder 5 달 전
부모
커밋
3600603016
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      packages/effects/plugins/src/vxe-table/style.css

+ 2 - 0
packages/effects/plugins/src/vxe-table/style.css

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