diff --git a/src/views/creative-generation-workshop/manuscript-writer/check-list/components/manuscript-check-table/index.vue b/src/views/creative-generation-workshop/manuscript-writer/check-list/components/manuscript-check-table/index.vue index 92b33b1..eeb0e50 100644 --- a/src/views/creative-generation-workshop/manuscript-writer/check-list/components/manuscript-check-table/index.vue +++ b/src/views/creative-generation-workshop/manuscript-writer/check-list/components/manuscript-check-table/index.vue @@ -6,7 +6,7 @@ column-resizable :pagination="false" :scroll="{ x: '100%' }" - class="manuscript-table w-100%" + class="flex-1 manuscript-table w-100%" bordered :row-selection="rowSelection" :selected-row-keys="selectedRowKeys" diff --git a/src/views/creative-generation-workshop/manuscript/check-list/components/manuscript-check-table/index.vue b/src/views/creative-generation-workshop/manuscript/check-list/components/manuscript-check-table/index.vue index 20194d4..31bb4fe 100644 --- a/src/views/creative-generation-workshop/manuscript/check-list/components/manuscript-check-table/index.vue +++ b/src/views/creative-generation-workshop/manuscript/check-list/components/manuscript-check-table/index.vue @@ -6,7 +6,7 @@ column-resizable :pagination="false" :scroll="{ x: '100%' }" - class="manuscript-table w-100%" + class="flex-1 manuscript-table w-100%" bordered :row-selection="rowSelection" :selected-row-keys="selectedRowKeys"