Parcourir la source

Merge branch 'NPC-lhd'

natasha il y a 3 ans
Parent
commit
6959ab83f5

+ 1 - 1
src/components/Adult/common/SentenceSegwordChs/components/SegbywordChs.vue

@@ -223,7 +223,7 @@ export default {
       createPinyin(data).then((res) => {
         let wordsList = res.data.result[0];
         wordsList = wordsList.map((item, index) => {
-          item.fontSize = "20px";
+          item.fontSize = "16px";
           item.fontColor = "#000";
           item.fontFamily = "FZJCGFKTK";
           item.wordPadding = [];