This commit is contained in:
feng0207
2026-08-11 22:22:10 +08:00
commit 5e312c1266
6985 changed files with 1061169 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
@primaryColor: #3875EA;
@primaryBgColor: linear-gradient(90deg, #3875EA 0%, #1890FC 100%);
.overText {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}