less 多行溢出顯示省略號無效

.body {
            font-size:14px;
            font-weight:400;
            line-height:22px;

            /*! autoprefixer: ignore next */
            -webkit-box-orient: vertical; // 避免壓縮後刪除此行
            -webkit-line-clamp: 2; // 顯示省略號行數
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
          }
相關文章
相關標籤/搜索