fix: 参数配置表单样式排齐
This commit is contained in:
@@ -73,7 +73,7 @@ function fnTabActiveTopTag(key: string | number) {
|
||||
tableState.arrayColumns.push({
|
||||
title: t('common.operate'),
|
||||
key: 'index',
|
||||
align: 'left',
|
||||
align: 'center',
|
||||
fixed: 'right',
|
||||
width: 5,
|
||||
});
|
||||
@@ -601,7 +601,7 @@ function arrayChildExpand(key: Record<string, any>, row: Record<string, any>) {
|
||||
tableState.arrayChildColumns.push({
|
||||
title: t('common.operate'),
|
||||
key: 'index',
|
||||
align: 'left',
|
||||
align: 'center',
|
||||
fixed: 'right',
|
||||
width: 5,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user