Pārlūkot izejas kodu

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

wangcong 3 mēneši atpakaļ
vecāks
revīzija
26e95ab976
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  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;
+}