@ -72,14 +72,6 @@
margin-top: 20px;
}
.operation {
> div {
margin-right: 5px !important;
.startup {
align-items: center;
> div:first-child {
@ -175,8 +175,7 @@ export function useTable() {
{
title: t('project.workflow.operation'),
key: 'operation',
...COLUMN_WIDTH_CONFIG['operation'](6),
...COLUMN_WIDTH_CONFIG['operation'](7),
className: styles.operation,
render: (_row: IWorkflowInstance, index: number) =>
h(TableAction, {
row: _row,