超长隐藏,悬浮显示table
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了超长隐藏,悬浮显示table相关的知识,希望对你有一定的参考价值。
<style type="text/css"> #table { width: 100%; margin-top: 10px; color: #4b4b4b; text-align: center; table-layout: fixed; } #table tr { display: table-row; vertical-align: inherit; border-color: inherit; } #table th { padding: 3px; border: 1px solid #d2d2d2; background: #E2E3E4; text-align: center; white-space: nowrap; overflow: hidden; } #table tbody { display: table-row-group; vertical-align: middle; border-color: inherit; } #table thead { display: table-header-group; vertical-align: middle; border-color: inherit; } #table td { padding: 3px; border: 1px solid #d2d2d2; white-space: nowrap; overflow: hidden } </style>
以上是关于超长隐藏,悬浮显示table的主要内容,如果未能解决你的问题,请参考以下文章
Vue + el-table中html返显 + title悬浮显示 + 超长打点
jq 实现鼠标悬浮当前li,显示图标,悬浮另一个li,上一个li图标隐藏,当前li图标显示
jq 实现鼠标悬浮当前li,显示图标,悬浮另一个li,上一个li图标隐藏,当前li图标显示