Explorar el Código

chore(styles): 添加全局“省略文本”样式

wangcong hace 3 meses
padre
commit
26e95ab976
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      src/styles/global.scss

+ 6 - 0
src/styles/global.scss

@@ -45,3 +45,9 @@
     display: none;
   }
 }
+
+.ellipsis-text {
+  overflow: hidden;
+  text-overflow: ellipsis;
+  white-space: nowrap;
+}