style(测试跟踪): 修改测试计划用力列表标签列格式

This commit is contained in:
BugKing 2021-03-24 10:32:15 +08:00
parent 3d321b37c6
commit bfe6e732d5
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@
:key="index"
>
<template v-slot:default="scope">
<ms-tag v-for="(tag, index) in scope.row.showTags" :key="tag + '_' + index" type="success" effect="plain" :content="tag" style="margin-left: 5px"/>
<ms-tag v-for="(tag, index) in scope.row.showTags" :key="tag + '_' + index" type="success" effect="plain" :content="tag" style="margin-left: 0px; margin-right: 2px"/>
</template>
</el-table-column>