Browse Source

style: action btn width

main
xingyuv 2 years ago
parent
commit
97a338737a
  1. 2
      src/views/system/dept/index.vue
  2. 2
      src/views/system/dict/DictData.vue
  3. 2
      src/views/system/dict/index.vue
  4. 2
      src/views/system/errorCode/index.vue
  5. 2
      src/views/system/mail/account/index.vue
  6. 2
      src/views/system/mail/template/index.vue
  7. 2
      src/views/system/menu/index.vue
  8. 2
      src/views/system/notice/index.vue
  9. 2
      src/views/system/oauth2/client/index.vue
  10. 2
      src/views/system/oauth2/token/index.vue
  11. 2
      src/views/system/post/index.vue
  12. 2
      src/views/system/role/index.vue
  13. 2
      src/views/system/sensitiveWord/index.vue
  14. 2
      src/views/system/sms/smsTemplate.vue
  15. 2
      src/views/system/tenant/index.vue
  16. 2
      src/views/system/tenantPackage/index.vue
  17. 2
      src/views/system/user/index.vue

2
src/views/system/dept/index.vue

@ -70,7 +70,7 @@ const [register, { expandAll, collapseAll, getForm, reload }] = useTable({
showIndexColumn: false, showIndexColumn: false,
canResize: false, canResize: false,
actionColumn: { actionColumn: {
width: 160, width: 120,
title: t('common.action'), title: t('common.action'),
dataIndex: 'action', dataIndex: 'action',
fixed: 'right' fixed: 'right'

2
src/views/system/dict/DictData.vue

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

2
src/views/system/dict/index.vue

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

2
src/views/system/errorCode/index.vue

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

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

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

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

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

2
src/views/system/menu/index.vue

@ -65,7 +65,7 @@ const [register, { expandAll, collapseAll, getForm, reload }] = useTable({
showIndexColumn: false, showIndexColumn: false,
canResize: false, canResize: false,
actionColumn: { actionColumn: {
width: 160, width: 120,
title: t('common.action'), title: t('common.action'),
dataIndex: 'action', dataIndex: 'action',
fixed: 'right' fixed: 'right'

2
src/views/system/notice/index.vue

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

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

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

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

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

2
src/views/system/post/index.vue

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

2
src/views/system/role/index.vue

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

2
src/views/system/sensitiveWord/index.vue

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

2
src/views/system/sms/smsTemplate.vue

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

2
src/views/system/tenant/index.vue

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

2
src/views/system/tenantPackage/index.vue

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

2
src/views/system/user/index.vue

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