样式
This commit is contained in:
parent
ec76b555a3
commit
ee44bef034
@ -26,6 +26,7 @@
|
|||||||
:key="index"
|
:key="index"
|
||||||
v-for="(tag, index) in row.tags"
|
v-for="(tag, index) in row.tags"
|
||||||
:index="index"
|
:index="index"
|
||||||
|
:style="{ 'margin-right': index !== row.tags.length - 1 ? '5px' : '' }"
|
||||||
>
|
>
|
||||||
{{ tag }}
|
{{ tag }}
|
||||||
</el-tag>
|
</el-tag>
|
||||||
@ -82,6 +83,7 @@
|
|||||||
:key="index"
|
:key="index"
|
||||||
v-for="(tag, index) in row.tags"
|
v-for="(tag, index) in row.tags"
|
||||||
:index="index"
|
:index="index"
|
||||||
|
:style="{ 'margin-right': index !== row.tags.length - 1 ? '5px' : '' }"
|
||||||
>
|
>
|
||||||
{{ tag }}
|
{{ tag }}
|
||||||
</el-tag>
|
</el-tag>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user