fix 80176

This commit is contained in:
danshihao
2024-01-05 19:16:55 +08:00
parent 9ff54f05ea
commit 9d3704fade
@@ -24,7 +24,7 @@
<a-table
ref="table"
size="middle"
rowKey="id"
:rowKey="(_, index) => index"
class="table"
:scroll="{ x: '100%', y: '40vh' }"
:columns="columns"