From ea44fca5c2b4e0101a43bea607ce1de1bdc6e173 Mon Sep 17 00:00:00 2001
From: lihang <lihang@vci-tech.com>
Date: 星期三, 12 七月 2023 17:27:24 +0800
Subject: [PATCH] 业务类型相关的修正,主要兼容达梦。
---
Source/UBCS-WEB/dist/cdn/iconfont/iconfont.css | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 59 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS-WEB/dist/cdn/iconfont/iconfont.css b/Source/UBCS-WEB/dist/cdn/iconfont/iconfont.css
new file mode 100644
index 0000000..ad7a37b
--- /dev/null
+++ b/Source/UBCS-WEB/dist/cdn/iconfont/iconfont.css
@@ -0,0 +1,59 @@
+@font-face {
+ font-family: "iconfont"; /* Project id 3530775 */
+ src: url('iconfont.woff2?t=1682563297483') format('woff2'),
+ url('iconfont.woff?t=1682563297483') format('woff'),
+ url('iconfont.ttf?t=1682563297483') format('truetype');
+}
+
+.iconfont {
+ font-family: "iconfont" !important;
+ font-size: 16px;
+ font-style: normal;
+ -webkit-font-smoothing: antialiased;
+ -moz-osx-font-smoothing: grayscale;
+}
+
+.icon-baocun:before {
+ content: "\e63b";
+}
+
+.icon-jilianxuanze:before {
+ content: "\e695";
+}
+
+.icon-zuhe:before {
+ content: "\e61e";
+}
+
+.icon-wifi-o:before {
+ content: "\e7ee";
+}
+
+.icon-shanchu:before {
+ content: "\e718";
+}
+
+.icon-zhongzhi:before {
+ content: "\e63a";
+}
+
+.icon-grouping:before {
+ content: "\e62a";
+}
+
+.icon-shuxing:before {
+ content: "\e632";
+}
+
+.icon-yulan:before {
+ content: "\e65b";
+}
+
+.icon-tongbu:before {
+ content: "\e60b";
+}
+
+.icon-anquan:before {
+ content: "\e8ab";
+}
+
--
Gitblit v1.10.0