bding 2 жил өмнө
parent
commit
99e442e0cc

+ 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;