|
|
@@ -117,7 +117,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',
|
|
|
color:
|
|
|
newWordList.indexOf(pItem.chs) > -1 || pItem.words
|
|
|
? attrib
|
|
|
@@ -174,7 +173,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',
|
|
|
}"
|
|
|
@click.stop="
|
|
|
viewNotes(
|
|
|
@@ -245,7 +243,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',
|
|
|
}"
|
|
|
@click.stop="
|
|
|
viewNotes(
|
|
|
@@ -311,7 +308,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',
|
|
|
color:
|
|
|
newWordList.indexOf(pItem.chs) > -1 || pItem.words
|
|
|
? attrib
|
|
|
@@ -446,7 +442,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',
|
|
|
}"
|
|
|
@click.stop="viewNotes($event, pItem.words ? pItem.words : pItem.chs)"
|
|
|
>{{ NumberList.indexOf(pItem.pinyin) == -1 ? pItem.chs[wIndex] : '' }}</span
|
|
|
@@ -505,7 +500,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',
|
|
|
}"
|
|
|
@click.stop="
|
|
|
viewNotes(
|
|
|
@@ -582,7 +576,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',
|
|
|
}"
|
|
|
@click.stop="
|
|
|
viewNotes(
|
|
|
@@ -663,7 +656,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',
|
|
|
}"
|
|
|
@click.stop="viewNotes($event, pItem.words ? pItem.words : pItem.chs)"
|
|
|
>{{ NumberList.indexOf(pItem.pinyin) == -1 ? pItem.chs[wIndex] : '' }}</span
|