修改禅道已知bug

This commit is contained in:
qq787203167
2022-08-11 16:22:48 +08:00
parent ed63a91585
commit 9f6367d4fe
5 changed files with 44 additions and 28 deletions
@@ -57,7 +57,7 @@
size="middle"
:loading="loading"
:pagination="false"
:scroll="{x: '100%'}"
:scroll="{x: '100%',y:'calc(100vh - 280px)'}"
rowKey="id"
:data-source="dataSource"
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"