From 98bd1f422096ef352af50e17d5fdaa681b98d4d8 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 13 二月 2025 14:20:45 +0800
Subject: [PATCH] 站点统计修改
---
src/App.vue | 9 +++++++--
1 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/src/App.vue b/src/App.vue
index 4d4f6fb..676b0b2 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -25,8 +25,8 @@
};
</script>
<style>
- /* @import url("../static/alifont/iconfont.css"); */
- @import url("//at.alicdn.com/t/c/font_4457508_5ubi3w3kng.css");
+ @import url("../static/alifont/iconfont.css");
+ /* @import url("//at.alicdn.com/t/c/font_4457508_5ubi3w3kng.css"); */
* {
margin: 0;
@@ -318,4 +318,9 @@
font-size: 12px;
line-height: 32px;
}
+ .single-line-ellipsis {
+ white-space: nowrap;
+ overflow: hidden;
+ text-overflow: ellipsis;
+ }
</style>
--
Gitblit v1.9.3