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'