diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/definition/timing/use-table.ts b/dolphinscheduler-ui-next/src/views/projects/workflow/definition/timing/use-table.ts index 18f9b0760..5f452def3 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/definition/timing/use-table.ts +++ b/dolphinscheduler-ui-next/src/views/projects/workflow/definition/timing/use-table.ts @@ -105,7 +105,7 @@ export function useTable() { { circle: true, type: 'info', - size: 'tiny', + size: 'small', disabled: row.releaseState === 'ONLINE', onClick: () => { handleEdit(row) @@ -120,7 +120,7 @@ export function useTable() { { circle: true, type: row.releaseState === 'ONLINE' ? 'error' : 'warning', - size: 'tiny', + size: 'small', onClick: () => { handleReleaseState(row) } @@ -153,7 +153,7 @@ export function useTable() { { circle: true, type: 'error', - size: 'tiny' + size: 'small' }, { icon: () => h(DeleteOutlined)