浏览代码

补充下单元格样式

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>