From 40ece192fe8b7c2df8599a71daeda422083c5a47 Mon Sep 17 00:00:00 2001
From: gaofw189 <gaofw189@chinatelecom.cn>
Date: 星期五, 03 二月 2023 14:35:44 +0800
Subject: [PATCH] 修复WVP作为下级平台接收设备告警消息后上报上级平台的问题

---
 web_src/static/css/iconfont.css |   36 +++++++++++++++++++++++++++++++++++-
 1 files changed, 35 insertions(+), 1 deletions(-)

diff --git a/web_src/static/css/iconfont.css b/web_src/static/css/iconfont.css
index 2a08b07..4636a73 100644
--- a/web_src/static/css/iconfont.css
+++ b/web_src/static/css/iconfont.css
@@ -1,6 +1,8 @@
 @font-face {
   font-family: "iconfont"; /* Project id 1291092 */
-  src: url('iconfont.woff2?t=1650436696596') format('woff2');
+  src: url('iconfont.woff2?t=1673251105600') format('woff2'),
+       url('iconfont.woff?t=1673251105600') format('woff'),
+       url('iconfont.ttf?t=1673251105600') format('truetype');
 }
 
 .iconfont {
@@ -11,6 +13,38 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
+.icon-slider:before {
+  content: "\e7e0";
+}
+
+.icon-slider-right:before {
+  content: "\ea19";
+}
+
+.icon-list:before {
+  content: "\e7de";
+}
+
+.icon-tree:before {
+  content: "\e7df";
+}
+
+.icon-shipin:before {
+  content: "\e7db";
+}
+
+.icon-shipin1:before {
+  content: "\e7dc";
+}
+
+.icon-shipin2:before {
+  content: "\e7dd";
+}
+
+.icon-LC_icon_gps_fill:before {
+  content: "\e7da";
+}
+
 .icon-jiedianleizhukongzhongxin1:before {
   content: "\e9d0";
 }

--
Gitblit v1.8.0