CSS 文本溢出显示省略号不生效
374 浏览2024年07月09日作者:Meitu888
 <Text className="name">这是一段文本</Text>

.name {
      width: 100px;
      height: 32px;
      align-items: center;
      color: #fff;
      font-size: 22px;
      font-style: normal;
      font-weight: 400;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}

css text-overflow 处理文本溢出显示省略号不生效



最后一次编辑于 2024 年 07 月 09 日
8 条评论

相关问答

专题推荐

热门文章

热门问答