From 2546b0a5ccdb3494646bf5168c4a89327d0421ef Mon Sep 17 00:00:00 2001 From: rd <1344903914@qq.com> Date: Fri, 15 Aug 2025 16:26:43 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../check-list/components/manuscript-check-table/index.vue | 2 +- .../check-list/components/manuscript-check-table/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"