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