|
@@ -84,7 +84,7 @@ initTableCellsWid('init',props.sceneConfig)
|
|
|
background: ${cell.bg};
|
|
|
text-align: ${HtObj[cell.HorizontalType]};
|
|
|
font-size: ${cell.fs||props.config.FontSize||12}px;
|
|
|
- width:${index==0?getSize(cell_index,'width'):'auto'};
|
|
|
+ width:${getSize(cell_index,'width')};
|
|
|
${cell.ct.s ? '' : `font-family: ${handleFF(cell.ff)};`}
|
|
|
`"
|
|
|
@mousemove="e =>isCanDrag && handleMouseMove(e,index,cell_index)"
|