|
@@ -88,7 +88,7 @@ initTableCellsWid('init',props.sceneConfig)
|
|
|
:colspan="cell.mc.cs||1"
|
|
|
:rowspan="cell.mc.rs||1"
|
|
|
:style="`
|
|
|
- width:${index==0?getSize(cell_index,'width'):'auto'};
|
|
|
+ width:${getSize(cell_index,'width')};
|
|
|
background: ${cell.bg};
|
|
|
font-size: ${props.config.FontSize||cell.fs||12}px;
|
|
|
${!cell.ct.s ? handleCellStyle(cell) : ''}
|