cxmo 1 год назад
Родитель
Сommit
4d611d84b6
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      src/components/sheet.vue

+ 1 - 0
src/components/sheet.vue

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