Parcourir la source

Merge branch 'master' of http://221.216.211.14:3000/GCLS/GCLS_Page_Book_Component_NPC into master

秦鹏 il y a 3 ans
Parent
commit
0c21c8b373

+ 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 = [];