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 91d6fe0..71c1a5d 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="flex-1 manuscript-table w-100%" + class="manuscript-table w-100%" bordered :row-selection="rowSelection" :selected-row-keys="selectedRowKeys" diff --git a/src/views/creative-generation-workshop/manuscript-writer/list/components/manuscript-table/index.vue b/src/views/creative-generation-workshop/manuscript-writer/list/components/manuscript-table/index.vue index d791b49..fd3f79f 100644 --- a/src/views/creative-generation-workshop/manuscript-writer/list/components/manuscript-table/index.vue +++ b/src/views/creative-generation-workshop/manuscript-writer/list/components/manuscript-table/index.vue @@ -6,7 +6,7 @@ column-resizable :pagination="false" :scroll="{ x: '100%' }" - class="flex-1 manuscript-table w-100%" + class="manuscript-table w-100%" bordered @sorter-change="handleSorterChange" > 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 2602b32..36b096d 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="flex-1 manuscript-table w-100%" + class="manuscript-table w-100%" bordered :row-selection="rowSelection" :selected-row-keys="selectedRowKeys" diff --git a/src/views/creative-generation-workshop/manuscript/list/components/manuscript-table/index.vue b/src/views/creative-generation-workshop/manuscript/list/components/manuscript-table/index.vue index 57df651..ef2b35c 100644 --- a/src/views/creative-generation-workshop/manuscript/list/components/manuscript-table/index.vue +++ b/src/views/creative-generation-workshop/manuscript/list/components/manuscript-table/index.vue @@ -6,7 +6,7 @@ column-resizable :pagination="false" :scroll="{ x: '100%' }" - class="flex-1 manuscript-table w-100%" + class="manuscript-table w-100%" bordered @sorter-change="handleSorterChange" >