vue 超长文本截取,悬浮框提示

vue 超长文本截取,悬浮框提示vue 样式: <style> .overflow-table .ivu-table-cell{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } </style> table:dom <Table border :columns="comDataCol
相关文章
相关标签/搜索