niudaxianren

鼠标悬浮显示完整信息

1.在td标签中style添加:

white-space:nowrap;/*文本不会换行,在同一行显示*/
overflow:hidden;/*超出隐藏 */
text-overflow:ellipsis;/*省略号显示*/
title=“完整内容” /*鼠标悬浮展示*/

例子:

<table style="table-layout: fixed;width:10%" >

<td style="overflow:hidden;text-overflow:ellipsis;white-space:nowrap;" title="${contractMateriel.materiel.specification}">

 


</table>

发表于 2019-04-23 11:20  牛大闲人  阅读(1745)  评论(0编辑  收藏  举报
 

分类:

技术点:

相关文章: