|
@@ -25,6 +25,7 @@
|
|
|
fontWeight: '700',
|
|
fontWeight: '700',
|
|
|
cursor: 'pointer',
|
|
cursor: 'pointer',
|
|
|
wordBreak: 'break-word',
|
|
wordBreak: 'break-word',
|
|
|
|
|
+ textAlign: 'center',
|
|
|
}"
|
|
}"
|
|
|
>{{ articleInfo.art_title }}</span
|
|
>{{ articleInfo.art_title }}</span
|
|
|
>
|
|
>
|
|
@@ -215,6 +216,7 @@
|
|
|
color: printForm.color,
|
|
color: printForm.color,
|
|
|
fontSize: printForm.fontSize + 'px',
|
|
fontSize: printForm.fontSize + 'px',
|
|
|
lineHeight: printForm.lineHeight,
|
|
lineHeight: printForm.lineHeight,
|
|
|
|
|
+ wordBreak: 'break-word',
|
|
|
}"
|
|
}"
|
|
|
></div>
|
|
></div>
|
|
|
<template v-if="printForm.range.indexOf('vocab') > -1">
|
|
<template v-if="printForm.range.indexOf('vocab') > -1">
|