Browse Source

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

wangcong 3 tháng trước cách đây
mục cha
commit
26e95ab976
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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;
+}