diff --git a/src/views/system/sensitiveWord/index.vue b/src/views/system/sensitiveWord/index.vue index 868d5701..7c190ba1 100644 --- a/src/views/system/sensitiveWord/index.vue +++ b/src/views/system/sensitiveWord/index.vue @@ -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 }} @@ -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 }}