pre 标签的使用

1、在 div为contenteditable = true 中;

换行显示;就使用了pre 标签; 避免了/n 和空格的转换;实现了ctrl + enter 换行;显示的问题;

2、如何超过了div显示省略号;

项目中是定义公共类;

.ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

 

posted @ 2017-04-06 11:18  Lonely,lonelyBurning  阅读(290)  评论(0)    收藏  举报