Browse Source

Merge branch 'NPC-lhd'

natasha 3 năm trước cách đây
mục cha
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 = [];