From 4ba50a5556dcd1fe5290f29ce613ff4ae9b73314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Sun, 29 Dec 2024 16:20:12 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BA=94=E7=94=A8=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E5=88=97=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/views/app/IndexView.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/src/views/app/IndexView.vue b/web/src/views/app/IndexView.vue index 27e82dfe..09ace032 100644 --- a/web/src/views/app/IndexView.vue +++ b/web/src/views/app/IndexView.vue @@ -71,7 +71,7 @@ const columns: any = [ { title: t('appIndex.columns.actions'), key: 'actions', - width: 280, + width: 300, hideInExcel: true, render(row: any) { return h( @@ -259,7 +259,7 @@ onMounted(() => {