|
@@ -247,6 +247,7 @@
|
|
detail.wordsList[pIndex + 1].fontColor != 'sub'
|
|
detail.wordsList[pIndex + 1].fontColor != 'sub'
|
|
? detail.wordsList[pIndex + 1].fontColor
|
|
? detail.wordsList[pIndex + 1].fontColor
|
|
: '',
|
|
: '',
|
|
|
|
+ fontFamily: pItem.fontFamily,
|
|
lineHeight: (maxFontsize * 3) / 2 + 'px',
|
|
lineHeight: (maxFontsize * 3) / 2 + 'px',
|
|
}"
|
|
}"
|
|
>{{ detail.wordsList[pIndex + 1].chs }}</span
|
|
>{{ detail.wordsList[pIndex + 1].chs }}</span
|