css中DIV中字过多时,使用省略号的方法

<div style="
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: inline-block;
      width: 218px;"
>
  {{ data.label }}
</div>

一定要给宽度!!!!

posted @ 2021-01-26 15:16  昜木辰deブログ  阅读(291)  评论(0编辑  收藏  举报