css文本超出div隐藏剩下内容并显示省略号

单行文本 <style> .test { width: 300px; height: 30px; line-height: 30px; border: 1px solid black; white-space: nowrap;//强制在单行显示 overflow: hidden; text-overflow: ellipsis;//关键 } </styl
相关文章
相关标签/搜索