Browse Source

fix: TableAction width

main
xingyu 2 years ago
parent
commit
5adf84e2fa
  1. 2
      src/views/infra/file/index.vue
  2. 2
      src/views/infra/fileConfig/index.vue
  3. 2
      src/views/system/mail/template/index.vue
  4. 2
      src/views/system/oauth2/token/index.vue
  5. 2
      src/views/system/sms/template/index.vue

2
src/views/infra/file/index.vue

@ -67,7 +67,7 @@ const [registerTable, { reload }] = useTable({
showTableSetting: true, showTableSetting: true,
showIndexColumn: false, showIndexColumn: false,
actionColumn: { actionColumn: {
width: 140, width: 160,
title: t('common.action'), title: t('common.action'),
dataIndex: 'action', dataIndex: 'action',
fixed: 'right' fixed: 'right'

2
src/views/infra/fileConfig/index.vue

@ -55,7 +55,7 @@ const [registerTable, { reload }] = useTable({
showTableSetting: true, showTableSetting: true,
showIndexColumn: false, showIndexColumn: false,
actionColumn: { actionColumn: {
width: 240, width: 280,
title: t('common.action'), title: t('common.action'),
dataIndex: 'action', dataIndex: 'action',
fixed: 'right' fixed: 'right'

2
src/views/system/mail/template/index.vue

@ -63,7 +63,7 @@ const [registerTable, { reload }] = useTable({
showTableSetting: true, showTableSetting: true,
showIndexColumn: false, showIndexColumn: false,
actionColumn: { actionColumn: {
width: 140, width: 200,
title: t('common.action'), title: t('common.action'),
dataIndex: 'action', dataIndex: 'action',
fixed: 'right' fixed: 'right'

2
src/views/system/oauth2/token/index.vue

@ -42,7 +42,7 @@ const [registerTable, { reload }] = useTable({
showTableSetting: true, showTableSetting: true,
showIndexColumn: false, showIndexColumn: false,
actionColumn: { actionColumn: {
width: 60, width: 80,
title: t('common.action'), title: t('common.action'),
dataIndex: 'action', dataIndex: 'action',
fixed: 'right' fixed: 'right'

2
src/views/system/sms/template/index.vue

@ -61,7 +61,7 @@ const [registerTable, { getForm, reload }] = useTable({
showTableSetting: true, showTableSetting: true,
showIndexColumn: false, showIndexColumn: false,
actionColumn: { actionColumn: {
width: 240, width: 220,
title: t('common.action'), title: t('common.action'),
dataIndex: 'action', dataIndex: 'action',
fixed: 'right' fixed: 'right'