|
|
@@ -71,7 +71,17 @@
|
|
|
? wItem.pinyin_up
|
|
|
: wItem.pinyin
|
|
|
}}</span>
|
|
|
- <span class="word">{{ wItem.chs }}</span>
|
|
|
+ <span
|
|
|
+ class="word"
|
|
|
+ :style="{
|
|
|
+ fontFamily: wItem.fontFamily,
|
|
|
+ textDecoration: wItem.textDecoration,
|
|
|
+ borderBottom: wItem.border === 'dotted' ? '1px dotted' : '',
|
|
|
+ fontWeight: wItem.fontWeight,
|
|
|
+ color: wItem.color,
|
|
|
+ }"
|
|
|
+ >{{ wItem.chs }}</span
|
|
|
+ >
|
|
|
</div>
|
|
|
</template>
|
|
|
</div>
|