File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed
Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
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" >
You can’t perform that action at this time.
0 commit comments