|
@@ -77,7 +77,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')}
|
|
|
`"
|
|
|
@mousemove="e =>isCanDrag && handleMouseMove(e,index,cell_index)"
|
|
|
@mousedown="e =>isCanDrag && handleMouseDown(e,index,cell_index)"
|