diff --git a/src/views/configManage/configParam/index.vue b/src/views/configManage/configParam/index.vue index b3d63ea7..218be160 100644 --- a/src/views/configManage/configParam/index.vue +++ b/src/views/configManage/configParam/index.vue @@ -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, row: Record) { tableState.arrayChildColumns.push({ title: t('common.operate'), key: 'index', - align: 'left', + align: 'center', fixed: 'right', width: 5, }); diff --git a/src/views/configManage/configParamForm/index.vue b/src/views/configManage/configParamForm/index.vue index debb4140..a9351db3 100644 --- a/src/views/configManage/configParamForm/index.vue +++ b/src/views/configManage/configParamForm/index.vue @@ -1619,6 +1619,8 @@ onMounted(() => { autocomplete="off" :validate-on-rule-change="false" :validateTrigger="[]" + :label-col="{ span: 6 }" + :labelWrap="true" > { autocomplete="off" :validate-on-rule-change="false" :validateTrigger="[]" + :label-col="{ span: 6 }" + :labelWrap="true" >