首页 > 编程知识 正文

css限制文本字数超出省略号,css 中间文本省略号

时间:2023-05-05 04:16:47 阅读:208732 作者:1847

代码demo如下:

适用于WebKit浏览器内核<template> <div class="box"> 测试文本123测试文本123测试文本123测试文本123测试文本123测试文本123测试文本123测试文本123 </div></template><script> export default { }</script><style lang="less" scoped> .box { width: 150px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp:2; /*截取2行*/ -webkit-box-orient: vertical; }</style>

 

HTML div右边怎么加边框

版权声明:该文观点仅代表作者本人。处理文章:请发送邮件至 三1五14八八95#扣扣.com 举报,一经查实,本站将立刻删除。