bug-法规清单-任务清单-减少列表下部空白和操作列宽度

This commit is contained in:
刘彦泽
2023-02-09 14:40:37 +08:00
parent eda9dc70c2
commit 350a3febc7
2 changed files with 3 additions and 3 deletions
@@ -112,7 +112,7 @@
class="taskTable"
:loading="loading"
:pagination="false"
:scroll="{x: '100%',y:'calc(100vh - 335px)'}"
:scroll="{x: '100%',y:'calc(100vh - 300px)'}"
:data-source="dataSource"
rowKey="id"
@change="tableOnChange"
@@ -218,7 +218,7 @@
class="tableList"
:loading="loading"
:pagination="false"
:scroll="{x: '100%',y:'calc(100vh - 356px)'}"
:scroll="{x: '100%',y:'calc(100vh - 300px)'}"
rowKey="id"
:data-source="dataSource"
@change="tableOnChange"
@@ -787,7 +787,7 @@
title: this.$t('operation'),
align: 'left',
fixed: 'right',
width: 240,
width: 200,
scopedSlots: { customRender: 'operation' }
},
{