OTA车型-添加-驾驶自动化级别-下拉选完整展示

This commit is contained in:
刘彦泽
2023-03-28 13:48:20 +08:00
parent 1537bee46e
commit 6bad9e99fb
2 changed files with 3 additions and 3 deletions
@@ -8,7 +8,7 @@
rowKey="id"
:row-selection="{ selectedRowKeys: selectedRowKeys, onChange: onSelectChange }"
:pagination="false"
:scroll="{x: '100%',y:'calc(100vh - 330px)'}"
:scroll="this.dataSource.length > 1 ? {x: '100%',y:'calc(100vh - 330px)'} : {x: '100%'}"
:data-source="dataSource"
:loading="loading"
@change="tableOnChange"