Kaynağa Gözat

三行 省略号去掉

bding 2 yıl önce
ebeveyn
işleme
99e442e0cc
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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;