flex布局中text-overflow失效的解决方案
摘要:
在开发中我们经常会遇到这种布局,要求文字垂直居中,且超出使用省略号说到垂直居中,兼容性最好的就是flex布局,但在flex布局下出现了text-overflow失效的情况 实例代码 <div class="wrapper"> <div class="flex item">hahhhhhhhhhhhh 阅读全文
posted @ 2021-06-24 11:18 ranyonsue 阅读(2204) 评论(0) 推荐(0) 编辑