...
|
...
|
@@ -286,8 +286,7 @@ export default { |
|
|
const tableColMouseenter = (e, item) => {
|
|
|
const ev = e.target;
|
|
|
var height = $(ev).scroll().height()
|
|
|
console.log(height);
|
|
|
// 超过2行
|
|
|
// 超过2行 46
|
|
|
if (height > 45) {
|
|
|
// 实际高度 > 可视高度 文字溢出
|
|
|
item.isShowTooltip = true;
|
...
|
...
|
|