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 : "/" }} - +