From 436569820a3084dcf90f8156a4f812bc220fbb98 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 31 八月 2022 11:17:23 +0800
Subject: [PATCH] 1.修改bug2.完成保养标准页面的开发

---
 src/styles/global.css |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/styles/global.css b/src/styles/global.css
index e636bc0..e54b711 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -69,6 +69,10 @@
   justify-content: end;
 }
 
+.ellipsis{
+  text-overflow	:ellipsis;overflow:hidden;white-space:nowrap;
+}
+
 
 
 /*

--
Gitblit v1.9.3