This commit is contained in:
shizhong 2023-09-20 17:36:08 +08:00
parent ec76b555a3
commit ee44bef034

View File

@ -26,6 +26,7 @@
:key="index"
v-for="(tag, index) in row.tags"
:index="index"
:style="{ 'margin-right': index !== row.tags.length - 1 ? '5px' : '' }"
>
{{ tag }}
</el-tag>
@ -82,6 +83,7 @@
:key="index"
v-for="(tag, index) in row.tags"
:index="index"
:style="{ 'margin-right': index !== row.tags.length - 1 ? '5px' : '' }"
>
{{ tag }}
</el-tag>