为什么文字超出部分不能隐藏显示省略号?

发布于 6 年前作者 nlei19987 次浏览最后编辑 6 年前来自 ask

 

<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;

}

0 回复
暂无回复