소스 검색

文字大小

natasha 3 년 전
부모
커밋
53b45b9608
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/Adult/common/SentenceSegwordChs/components/SegbywordChs.vue

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