fix: 添加国际化及样式修改 (#6555)

This commit is contained in:
John Bro
2024-09-23 10:11:14 +00:00
committed by GitHub
parent 753c996291
commit 656b39c880
9 changed files with 29 additions and 22 deletions
@@ -5,7 +5,9 @@
<template #prompt>
<el-alert type="info" :closable="false">
<template #title>
<span v-html="$t('runtime.statusHelper')"></span>
<span class="input-help whitespace-break-spaces">
{{ $t('runtime.statusHelper') }}
</span>
</template>
</el-alert>
</template>