fix: 参数配置表单样式排齐

This commit is contained in:
TsMask
2023-11-23 21:59:34 +08:00
parent 10a48af368
commit 2030509cbb
4 changed files with 14 additions and 8 deletions

View File

@@ -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,
});