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