소스 검색

补充下单元格样式

cxmo 1 년 전
부모
커밋
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>