fix(json-schema): 批量添加提示

This commit is contained in:
baiqi 2024-07-11 16:53:40 +08:00 committed by 刘瑞斌
parent 195993ed1e
commit f94a0803fc
1 changed files with 1 additions and 1 deletions

View File

@ -485,7 +485,7 @@
</a-radio-group> </a-radio-group>
</template> </template>
<template #rightTitle> <template #rightTitle>
<div class="flex justify-between"> <div v-if="batchAddType === 'json'" class="flex justify-between">
<div class="text-[var(--color-text-4)]"> <div class="text-[var(--color-text-4)]">
{{ t('ms.json.schema.batchAddTip') }} {{ t('ms.json.schema.batchAddTip') }}
</div> </div>