fix: optimize

This commit is contained in:
wangdan-fit2cloud 2025-01-26 17:28:57 +08:00
parent 03d19afe37
commit 7285912356
2 changed files with 4 additions and 6 deletions

View File

@ -28,7 +28,7 @@
/>
</el-form-item>
<el-form-item
:label="$t('views.system.authentication.password')"
:label="$t('views.system.password')"
prop="config_data.password"
>
<el-input

View File

@ -210,11 +210,9 @@
prop="field"
:label="$t('dynamicsForm.paramForm.field.label')"
show-overflow-tooltip
width="95px"
/>
<el-table-column
:label="$t('dynamicsForm.paramForm.input_type.label')"
width="110px"
>
<el-table-column :label="$t('dynamicsForm.paramForm.input_type.label')" width="110px">
<template #default="{ row }">
<el-tag type="info" class="info-tag">{{
input_type_list.find((item) => item.value === row.input_type)?.label
@ -234,7 +232,7 @@
</template>
</el-table-column>
<el-table-column :label="$t('common.operation')" align="left" width="80">
<el-table-column :label="$t('common.operation')" align="left" width="90">
<template #default="{ row, $index }">
<span class="mr-4">
<el-tooltip effect="dark" :content="$t('common.modify')" placement="top">