natasha 2 years ago
parent
commit
cf43672b6c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/components/Adult/Preview.vue

+ 2 - 2
src/components/Adult/Preview.vue

@@ -57,7 +57,7 @@
                         v-if="itemCon.pinyin"
                         >{{ itemCon.pinyin }}</span
                       >
-                      <span class="hanzi content-con" :class="[/^[0-9]*$/.test(itemCon.chs)]?/^[\u4e00-\u9fa5]/.test(itemCon.chs)?'hanzi':'en':''">{{ itemCon.chs }}</span>
+                      <span class="content-con" :class="[/^[0-9]*$/.test(itemCon.chs)]?/^[\u4e00-\u9fa5]/.test(itemCon.chs)?'hanzi':'en':''">{{ itemCon.chs }}</span>
                     </div>
                     <div
                       v-if="item.detail.wordsList[indexCon + 1]"
@@ -75,7 +75,7 @@
                         v-if="item.detail.wordsList[indexCon + 1].pinyin"
                         >{{ item.detail.wordsList[indexCon + 1].pinyin }}</span
                       >
-                      <span class="hanzi content-con" :class="[/^[0-9]*$/.test(item.detail.wordsList[indexCon + 1].chs)]?/^[\u4e00-\u9fa5]/.test(item.detail.wordsList[indexCon + 1].chs)?'hanzi':'en':''">{{
+                      <span class="content-con" :class="[/^[0-9]*$/.test(item.detail.wordsList[indexCon + 1].chs)]?/^[\u4e00-\u9fa5]/.test(item.detail.wordsList[indexCon + 1].chs)?'hanzi':'en':''">{{
                         item.detail.wordsList[indexCon + 1].chs
                       }}</span>
                     </div>