From 502b4aa1543551f2dcbd42236f33bc90972d2a6f Mon Sep 17 00:00:00 2001 From: dlaren Date: Wed, 10 Sep 2025 15:12:17 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E4=BF=AE=E6=94=B9=E3=80=91=20wps?= =?UTF-8?q?=E5=87=BA=E9=A2=98=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96=EF=BC=8C?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA=E5=8E=BB=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/paper/question/WpsPptxForm.vue | 84 +++++---- src/views/paper/question/WpsWordForm.vue | 133 +++++++------ src/views/paper/question/WpsXlsxForm.vue | 227 +++++++++++------------ 3 files changed, 238 insertions(+), 206 deletions(-) diff --git a/src/views/paper/question/WpsPptxForm.vue b/src/views/paper/question/WpsPptxForm.vue index 635e0a2..f680264 100644 --- a/src/views/paper/question/WpsPptxForm.vue +++ b/src/views/paper/question/WpsPptxForm.vue @@ -139,9 +139,10 @@ v-loading="loading" :data="list" @selection-change="handleSelectionChange" + style="width: 100%" > - +