liuzheng0612

文本超出宽度 会换行,如果不想换行的话,可以使用省略号

给p或者div标签设置以下样式:

div {
                    color: #C85E3D;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

  

分类:

技术点:

相关文章:

  • 2021-11-03
  • 2021-10-03
  • 2021-12-22
  • 2021-10-02
  • 2021-12-22
  • 2021-12-25
  • 2021-11-15
  • 2021-05-20
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-02
  • 2022-01-02
  • 2021-11-13
  • 2021-10-02
  • 2021-11-05
相关资源
相似解决方案