From 5adf84e2fa27ab7bd7656dea6599893c27122250 Mon Sep 17 00:00:00 2001 From: xingyu Date: Thu, 27 Apr 2023 16:17:04 +0800 Subject: [PATCH] fix: TableAction width --- src/views/infra/file/index.vue | 2 +- src/views/infra/fileConfig/index.vue | 2 +- src/views/system/mail/template/index.vue | 2 +- src/views/system/oauth2/token/index.vue | 2 +- src/views/system/sms/template/index.vue | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/infra/file/index.vue b/src/views/infra/file/index.vue index 1c8171e..43ebe63 100644 --- a/src/views/infra/file/index.vue +++ b/src/views/infra/file/index.vue @@ -67,7 +67,7 @@ const [registerTable, { reload }] = useTable({ showTableSetting: true, showIndexColumn: false, actionColumn: { - width: 140, + width: 160, title: t('common.action'), dataIndex: 'action', fixed: 'right' diff --git a/src/views/infra/fileConfig/index.vue b/src/views/infra/fileConfig/index.vue index f3b33a8..b63afee 100644 --- a/src/views/infra/fileConfig/index.vue +++ b/src/views/infra/fileConfig/index.vue @@ -55,7 +55,7 @@ const [registerTable, { reload }] = useTable({ showTableSetting: true, showIndexColumn: false, actionColumn: { - width: 240, + width: 280, title: t('common.action'), dataIndex: 'action', fixed: 'right' diff --git a/src/views/system/mail/template/index.vue b/src/views/system/mail/template/index.vue index d0d5d27..13ebd00 100644 --- a/src/views/system/mail/template/index.vue +++ b/src/views/system/mail/template/index.vue @@ -63,7 +63,7 @@ const [registerTable, { reload }] = useTable({ showTableSetting: true, showIndexColumn: false, actionColumn: { - width: 140, + width: 200, title: t('common.action'), dataIndex: 'action', fixed: 'right' diff --git a/src/views/system/oauth2/token/index.vue b/src/views/system/oauth2/token/index.vue index 38bede9..1d3b693 100644 --- a/src/views/system/oauth2/token/index.vue +++ b/src/views/system/oauth2/token/index.vue @@ -42,7 +42,7 @@ const [registerTable, { reload }] = useTable({ showTableSetting: true, showIndexColumn: false, actionColumn: { - width: 60, + width: 80, title: t('common.action'), dataIndex: 'action', fixed: 'right' diff --git a/src/views/system/sms/template/index.vue b/src/views/system/sms/template/index.vue index 756d0e9..dbc2776 100644 --- a/src/views/system/sms/template/index.vue +++ b/src/views/system/sms/template/index.vue @@ -61,7 +61,7 @@ const [registerTable, { getForm, reload }] = useTable({ showTableSetting: true, showIndexColumn: false, actionColumn: { - width: 240, + width: 220, title: t('common.action'), dataIndex: 'action', fixed: 'right'