Skip to content

Commit 7285912

Browse files
fix: optimize
1 parent 03d19af commit 7285912

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

ui/src/views/authentication/component/LDAP.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/>
2929
</el-form-item>
3030
<el-form-item
31-
:label="$t('views.system.authentication.password')"
31+
:label="$t('views.system.password')"
3232
prop="config_data.password"
3333
>
3434
<el-input

ui/src/views/template/component/CreateModelDialog.vue

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -210,11 +210,9 @@
210210
prop="field"
211211
:label="$t('dynamicsForm.paramForm.field.label')"
212212
show-overflow-tooltip
213+
width="95px"
213214
/>
214-
<el-table-column
215-
:label="$t('dynamicsForm.paramForm.input_type.label')"
216-
width="110px"
217-
>
215+
<el-table-column :label="$t('dynamicsForm.paramForm.input_type.label')" width="110px">
218216
<template #default="{ row }">
219217
<el-tag type="info" class="info-tag">{{
220218
input_type_list.find((item) => item.value === row.input_type)?.label
@@ -234,7 +232,7 @@
234232
</template>
235233
</el-table-column>
236234

237-
<el-table-column :label="$t('common.operation')" align="left" width="80">
235+
<el-table-column :label="$t('common.operation')" align="left" width="90">
238236
<template #default="{ row, $index }">
239237
<span class="mr-4">
240238
<el-tooltip effect="dark" :content="$t('common.modify')" placement="top">

0 commit comments

Comments
 (0)