From 3f905c2b1e515ff480f42cfd162dfea69594c82a Mon Sep 17 00:00:00 2001
From: dragon <3013557874@qq.com>
Date: Thu, 17 Oct 2024 18:01:13 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9F=A5=E7=9C=8B=E8=AF=A6?=
=?UTF-8?q?=E6=83=85=E7=8A=B6=E6=80=81=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../guildOperationManagement/officialWithdrawRecord.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/guildOperationManagement/officialWithdrawRecord.vue b/src/views/guildOperationManagement/officialWithdrawRecord.vue
index 93b8f53..7185fd7 100644
--- a/src/views/guildOperationManagement/officialWithdrawRecord.vue
+++ b/src/views/guildOperationManagement/officialWithdrawRecord.vue
@@ -104,7 +104,7 @@
v-loading="tableLoading"
@header-click="headerCopy"
@selection-change="handleSelectionChange"
- style="width: 100%"
+ style="width: 100%;overflow-x: auto;"
>
@@ -150,7 +150,7 @@
{{ scope.row.remark ? scope.row.remark : "/" }}
-
+
-