<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title></title>
<style type="text/css">
.text
{
width: 50px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
</style>
</head>
<body>
<div class="text">
我是一组测试数据,咿呀咿呀哟!
</div>
</body>
</html>
相关文章
- 12-07文本超出滚动显示
- 12-07显示/隐藏地面高程
- 12-07osX显示隐藏文件
- 12-07VUE中的 显示与隐藏
- 12-07v-show的作用—根据表达式的布尔值切换元素的显示与隐藏
- 12-07v-if的作用—根据表达式的布尔值切换元素的显示与隐藏(操作dom)
- 12-07通过v-model控制组件的显示隐藏
- 12-07CSS元素显示模式 - 723
- 12-07表格td内容超出宽度显示... table-layout: fixed;
- 12-07VS Code隐藏不需要显示的文件和文件夹