|
@@ -290,7 +290,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
return _self.showOverflowTooltip || _self.showTooltipWhenOverflow
|
|
|
- ? <div class="cell el-tooltip">{ renderCell(h, data) }</div>
|
|
|
+ ? <div class="cell el-tooltip" style={'width:' + (data.column.realWidth || data.column.width) + 'px'}>{ renderCell(h, data) }</div>
|
|
|
: <div class="cell">{ renderCell(h, data) }</div>;
|
|
|
};
|
|
|
},
|