diff --git a/src/components/Task.vue b/src/components/Task.vue index 4add61a..921cef2 100644 --- a/src/components/Task.vue +++ b/src/components/Task.vue @@ -17,7 +17,6 @@ row-key="id" :data="data" :columns="columns" - :height="500" :scroll="{ type: 'virtual', rowHeight: 69, bufferSize: 10 }" resizable /> @@ -158,7 +157,7 @@ export default { { colKey: 'operatorName', title: '操作员', - width: 80, + width: 130, }, { colKey: 'publishTime', @@ -614,6 +613,10 @@ export default {