为什么文字超出部分不能隐藏显示省略号?
发布于 5 年前 作者 nlei 19818 次浏览 来自 问答

 

<view class=“txtA”>《{{item.courseName}}》</view>

.txtA {

height: 20px;

width: 100%;

float: left;

line-height: 20px;

font-family: “微软雅黑”;

font-size: 14px;

overflow:  hidden;

text-overflow: ellipsis;

white-space:  nowrap;

}

回到顶部