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(() => {