Skip to content

Commit f5d56c3

Browse files
committed
update: style
1 parent 73bddda commit f5d56c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

artifacts-ui/src/components/diff-variable-template.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
</div>
3030
<div style="width: 320px;display: inline-block;">
3131
<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>
3333
</div>
3434
<Tooltip>
3535
<div slot="content" style="white-space: normal;word-break: break-all;">
3636
{{ item.key }}
3737
</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;">
3939
{{ item.key }}
4040
</div>
4141
</Tooltip>

0 commit comments

Comments
 (0)