[update] 增加表格固定高度配置

This commit is contained in:
lideqin
2023-11-02 15:11:26 +08:00
parent 2feaa55a37
commit 080a5e3d61
10 changed files with 10 additions and 10 deletions
@@ -58,7 +58,7 @@
<div>
<j-table
:can-drag="true"
:scroll="{x: '100%'}"
:scroll="{x: '100%', y: yScrollHeight}"
ref="table"
rowKey="id"
:columns="columns"