素材巴巴 > 程序开发 >

angular Ionic中的item内容换行

程序开发 2023-09-09 21:51:51

 

在Ionic中item换行的标签CSS样式如下:

 

.item h1,
 .item h2,
 .item h3,
 .item h4,
 .item h5,
 .item h6,
 .item p,
 .item-content,
 .item-content h1,
 .item-content h2,
 .item-content h3,
 .item-content h4,
 .item-content h5,
 .item-content h6,
 .item-content p {overflow: hidden;text-overflow: ellipsis;white-space: nowrap; 
 }

 

示例:

{{item.name}}{{item.mobile | replaceStr:4:7}}

{{item.province}}{{item.city}}{{item.area}}{{item.address}}

 

 

 

 


标签:

素材巴巴 Copyright © 2013-2021 http://www.sucaibaba.com/. Some Rights Reserved. 备案号:备案中。