@@ -46,6 +46,7 @@ const dynamicSty = computed(()=>{
font-weight: ${cell.bl ? 'bold' : 'normal'};
font-style: ${cell.it ? 'italic' : 'normal'};
background: ${cell.bg};
+ text-align: ${cell.align || 'center'};
`"
>
<!-- 单元格拆分 -->