style: 增加形态名称与标签间距

This commit is contained in:
GouJ
2026-09-22 15:04:53 +08:00
parent e9547b13fa
commit 6e5856714e
@@ -710,8 +710,9 @@ const rules = { concurrency: integerRule('批量并发'), limit: integerRule('
<h3 class="text-sm font-semibold">{{ form.subject.name }}</h3>
<code class="subject-ref">{{ form.subject.ref }}</code>
</div>
<p class="mt-2 text-xs">
{{ form.name }}<NTag v-if="form.isDefault" size="small" :bordered="false">默认形态</NTag>
<p class="mt-2 flex items-center gap-2 text-xs">
<span>{{ form.name }}</span>
<NTag v-if="form.isDefault" size="small" :bordered="false">默认形态</NTag>
</p>
<p v-if="form.description" class="mt-3 line-clamp-2 text-xs leading-6 text-muted">
{{ form.description }}