|
@@ -44,6 +44,7 @@ const props = defineProps({
|
|
color: ${word.fc};
|
|
color: ${word.fc};
|
|
font-weight: ${word.bl ? 'bold' : 'normal'};
|
|
font-weight: ${word.bl ? 'bold' : 'normal'};
|
|
font-style: ${word.it ? 'italic' : 'normal'};
|
|
font-style: ${word.it ? 'italic' : 'normal'};
|
|
|
|
+ text-decoration:${word.un?'underline':word.cl?'line-through':'normal'};
|
|
`"
|
|
`"
|
|
>{{word.v}}</span>
|
|
>{{word.v}}</span>
|
|
</div>
|
|
</div>
|