shizhong 1 år sedan
förälder
incheckning
ee44bef034
1 ändrade filer med 2 tillägg och 0 borttagningar
  1. 2 0
      src/views/system/sensitiveWord/index.vue

+ 2 - 0
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 }}
         </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>