File tree 1 file changed +2
-2
lines changed
artifacts-ui/src/components 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
</div >
30
30
<div style =" width : 320px ;display : inline-block ;" >
31
31
<span style =" color :red " >*</span >
32
- <Input v-model =" item.newParam" :placeholder =" $t('art_param_replace_tip')" :disabled =" item.type === 'default' || !item.isReplace" style =" width : 90% ;" maxlength =" 30" show-word-limit ></Input >
32
+ <Input v-model =" item.newParam" :placeholder =" $t('art_param_replace_tip')" :disabled =" !item.isReplace" style =" width : 90% ;" maxlength =" 30" show-word-limit ></Input >
33
33
</div >
34
34
<Tooltip >
35
35
<div slot =" content" style =" white-space : normal ;word-break : break-all ;" >
36
36
{{ item.key }}
37
37
</div >
38
- <div style =" width : 380px ;margin-left : 40px ;display : inline-block ;white-space : nowrap ;overflow : hidden ;text-overflow : ellipsis ;" >
38
+ <div : style =" item.type === 'default' ? 'font-weight: 600;' : '' " style = " width : 380px ;margin-left : 40px ;display : inline-block ;white-space : nowrap ;overflow : hidden ;text-overflow : ellipsis ; vertical-align : middle ;" >
39
39
{{ item.key }}
40
40
</div >
41
41
</Tooltip >
You can’t perform that action at this time.
0 commit comments