Skip to content

Commit 71aceb4

Browse files
committed
完善示例
采用动态高度和动态宽度的方式
1 parent 00051df commit 71aceb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/src/demo/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@
7777
id="demo-loading-container"
7878
fixed-header
7979
border-y
80-
:max-height="600"
81-
:scroll-width="2000"
80+
max-height="calc(100vh - 210px)"
81+
scroll-width="calc(100vw + 300px)"
8282
:sort-option="sortOption"
8383
:virtual-scroll-option="virtualScrollOption"
8484
:columns="columns"

0 commit comments

Comments
 (0)