natasha hai 1 ano
pai
achega
e21d8ddd86
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/Textanalysis/index.vue

+ 1 - 1
src/views/Textanalysis/index.vue

@@ -316,7 +316,7 @@
                     </span>
                   </template>
                   <template v-else>
-                    <span v-for="(word, indexsss) in itemss.text" :key="indexsss + 'word'" class="word">
+                    <span v-for="(word, indexsss) in itemss.text" :key="indexsss + 'word'" class="word" :style="{padding: `0 ${wordsMargin<3?'1':wordsMargin>5?'2':wordsMargin-2}px`}">
                       <template v-if="word.isShow">
                         <span
                           v-if="pinyinShow"