|
|
@@ -137,7 +137,6 @@
|
|
|
fontSize: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
lineHeight:
|
|
|
attrib && attrib.font_size ? attrib.font_size.replace('pt', '') * 1.4 + 'pt' : '28px',
|
|
|
- display: 'inline-block',
|
|
|
backgroundColor:
|
|
|
item.timeList &&
|
|
|
item.timeList[pItem.sentIndex] &&
|
|
|
@@ -270,7 +269,6 @@
|
|
|
fontSize: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
lineHeight:
|
|
|
attrib && attrib.font_size ? attrib.font_size.replace('pt', '') * 1.4 + 'pt' : '28px',
|
|
|
- display: 'inline-block',
|
|
|
width: item.wordsList[pIndex + 1].chs.trim() === '' ? '6px' : '',
|
|
|
backgroundColor:
|
|
|
isPlaying &&
|
|
|
@@ -395,7 +393,6 @@
|
|
|
fontSize: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
lineHeight:
|
|
|
attrib && attrib.font_size ? attrib.font_size.replace('pt', '') * 1.4 + 'pt' : '28px',
|
|
|
- display: 'inline-block',
|
|
|
width: item.wordsList[pIndex + 2].chs.trim() === '' ? '6px' : '',
|
|
|
backgroundColor:
|
|
|
isPlaying &&
|
|
|
@@ -529,7 +526,6 @@
|
|
|
fontSize: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
lineHeight:
|
|
|
attrib && attrib.font_size ? attrib.font_size.replace('pt', '') * 1.4 + 'pt' : '28px',
|
|
|
- display: 'inline-block',
|
|
|
width: pItem.chs[wIndex].trim() === '' ? '6px' : '',
|
|
|
color:
|
|
|
isPlaying &&
|
|
|
@@ -709,7 +705,6 @@
|
|
|
fontSize: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
lineHeight:
|
|
|
attrib && attrib.font_size ? attrib.font_size.replace('pt', '') * 1.4 + 'pt' : '28px',
|
|
|
- display: 'inline-block',
|
|
|
width: pItem.chs[wIndex].trim() === '' ? '6px' : '',
|
|
|
}"
|
|
|
@click.stop="
|
|
|
@@ -812,7 +807,6 @@
|
|
|
fontSize: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
lineHeight:
|
|
|
attrib && attrib.font_size ? attrib.font_size.replace('pt', '') * 1.4 + 'pt' : '28px',
|
|
|
- display: 'inline-block',
|
|
|
width: item.sentArr[pIndex + 1].chs.trim() === '' ? '6px' : '',
|
|
|
}"
|
|
|
@click.stop="
|
|
|
@@ -916,7 +910,6 @@
|
|
|
fontSize: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
lineHeight:
|
|
|
attrib && attrib.font_size ? attrib.font_size.replace('pt', '') * 1.4 + 'pt' : '28px',
|
|
|
- display: 'inline-block',
|
|
|
width: item.sentArr[pIndex + 2].chs.trim() === '' ? '6px' : '',
|
|
|
}"
|
|
|
@click.stop="
|
|
|
@@ -1028,7 +1021,6 @@
|
|
|
fontSize: attrib && attrib.font_size ? attrib.font_size : '20px',
|
|
|
lineHeight:
|
|
|
attrib && attrib.font_size ? attrib.font_size.replace('pt', '') * 1.4 + 'pt' : '28px',
|
|
|
- display: 'inline-block',
|
|
|
width: pItem.chs[wIndex].trim() === '' ? '6px' : '',
|
|
|
}"
|
|
|
@click.stop="
|