From 0762e093d412ae2f2e7f02a2b9e1774c67de8564 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期二, 24 九月 2024 15:21:56 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/tx-lims-before into master
---
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