소스 검색

三行 省略号去掉

bding 2 년 전
부모
커밋
99e442e0cc
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      components/report/timeLine.vue

+ 2 - 2
components/report/timeLine.vue

@@ -212,11 +212,11 @@ export default {
       position: relative;
       .rich-text {
         overflow: hidden;
-        text-overflow: ellipsis;
+        // text-overflow: ellipsis;
         text-align: justify;
         display: -webkit-box;
         -webkit-line-clamp: 3;
-        -webkit-box-orient: vertical;
+        // -webkit-box-orient: vertical;
         position: relative;
         &.expand {
           -webkit-line-clamp: 999;