Explorar el Código

三行 省略号去掉

bding hace 2 años
padre
commit
99e442e0cc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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;