美文网首页
文字省略

文字省略

作者: 清霆 | 来源:发表于2022-08-25 17:20 被阅读0次
  • 末尾省略
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  • 首部省略
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all;
    direction: rtl;

相关文章

网友评论

      本文标题:文字省略

      本文链接:https://www.haomeiwen.com/subject/tskzgrtx.html