From fdf3bf36a60003e8f8106d875b7e0b9df3f00fde Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期二, 10 九月 2024 10:02:10 +0800
Subject: [PATCH] 修改数据管理的图标

---
 customer_list/common/static/fonts/ywiconfont/iconfont.ttf   |    0 
 src/views/project/yw/dataManage/graph/GraphIndex.vue        |    6 +++---
 customer_list/common/static/fonts/ywiconfont/iconfont.woff  |    0 
 src/views/project/yw/dataManage/knowledge/ViewKnowledge.vue |    6 +++---
 customer_list/common/static/fonts/ywiconfont/iconfont.css   |   10 +++++++---
 customer_list/common/static/fonts/ywiconfont/iconfont.woff2 |    0 
 6 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/customer_list/common/static/fonts/ywiconfont/iconfont.css b/customer_list/common/static/fonts/ywiconfont/iconfont.css
index e05dab3..2a30b78 100644
--- a/customer_list/common/static/fonts/ywiconfont/iconfont.css
+++ b/customer_list/common/static/fonts/ywiconfont/iconfont.css
@@ -1,8 +1,8 @@
 @font-face {
   font-family: "ywifont"; /* Project id 4655417 */
-  src: url('iconfont.woff2?t=1725847653852') format('woff2'),
-       url('iconfont.woff?t=1725847653852') format('woff'),
-       url('iconfont.ttf?t=1725847653852') format('truetype');
+  src: url('iconfont.woff2?t=1725933393943') format('woff2'),
+       url('iconfont.woff?t=1725933393943') format('woff'),
+       url('iconfont.ttf?t=1725933393943') format('truetype');
 }
 
 .ywifont {
@@ -13,6 +13,10 @@
   -moz-osx-font-smoothing: grayscale;
 }
 
+.ywicon-01wenjianfenkuai:before {
+  content: "\ed47";
+}
+
 .ywicon-fenshu_an:before {
   content: "\e624";
 }
diff --git a/customer_list/common/static/fonts/ywiconfont/iconfont.ttf b/customer_list/common/static/fonts/ywiconfont/iconfont.ttf
index b3717d7..2a90f7e 100644
--- a/customer_list/common/static/fonts/ywiconfont/iconfont.ttf
+++ b/customer_list/common/static/fonts/ywiconfont/iconfont.ttf
Binary files differ
diff --git a/customer_list/common/static/fonts/ywiconfont/iconfont.woff b/customer_list/common/static/fonts/ywiconfont/iconfont.woff
index 8ffdb1e..4bffcdb 100644
--- a/customer_list/common/static/fonts/ywiconfont/iconfont.woff
+++ b/customer_list/common/static/fonts/ywiconfont/iconfont.woff
Binary files differ
diff --git a/customer_list/common/static/fonts/ywiconfont/iconfont.woff2 b/customer_list/common/static/fonts/ywiconfont/iconfont.woff2
index db69614..d13956f 100644
--- a/customer_list/common/static/fonts/ywiconfont/iconfont.woff2
+++ b/customer_list/common/static/fonts/ywiconfont/iconfont.woff2
Binary files differ
diff --git a/src/views/project/yw/dataManage/graph/GraphIndex.vue b/src/views/project/yw/dataManage/graph/GraphIndex.vue
index 014e20c..e550714 100644
--- a/src/views/project/yw/dataManage/graph/GraphIndex.vue
+++ b/src/views/project/yw/dataManage/graph/GraphIndex.vue
@@ -92,15 +92,15 @@
 					<el-table-column label="鎿嶄綔" width="120" fixed="right" show-overflow-tooltip align="center">
 						<template #default="scope">
 							<div class="space-x-2.5">
-								<el-tooltip effect="dark" content="鏂囨。璇︽儏" placement="top">
+								<el-tooltip effect="dark" content="鏂囨湰" placement="top">
 									<i
 										class="ywifont ywicon-wendang !text-[17px] cursor-pointer text-blue-400"
 										@click="openOperateDemoPage(scope.row)"
 									></i>
 								</el-tooltip>
-								<el-tooltip effect="dark" content="鏌ョ湅" placement="top">
+								<el-tooltip effect="dark" content="鍒嗗潡" placement="top">
 									<i
-										class="ywifont ywicon-yulan !text-[17px] cursor-pointer text-blue-400"
+										class="ywifont ywicon-01wenjianfenkuai !text-[17px] cursor-pointer text-blue-400"
 										@click="handleViewKnowledgeFile(scope.row)"
 									></i>
 								</el-tooltip>
diff --git a/src/views/project/yw/dataManage/knowledge/ViewKnowledge.vue b/src/views/project/yw/dataManage/knowledge/ViewKnowledge.vue
index d56a013..a374082 100644
--- a/src/views/project/yw/dataManage/knowledge/ViewKnowledge.vue
+++ b/src/views/project/yw/dataManage/knowledge/ViewKnowledge.vue
@@ -37,15 +37,15 @@
 						<el-table-column label="鎿嶄綔" width="120" fixed="right" show-overflow-tooltip align="center">
 							<template #default="scope">
 								<div class="space-x-2.5">
-									<el-tooltip effect="dark" content="鏂囨。璇︽儏" placement="top">
+									<el-tooltip effect="dark" content="鏂囨湰" placement="top">
 										<i
 											class="ywifont ywicon-wendang !text-[17px] cursor-pointer text-blue-400"
 											@click="openOperateDemoPage(scope.row)"
 										></i>
 									</el-tooltip>
-									<el-tooltip effect="dark" content="鏌ョ湅" placement="top">
+									<el-tooltip effect="dark" content="鍒嗗潡" placement="top">
 										<i
-											class="ywifont ywicon-yulan !text-[17px] cursor-pointer text-blue-400"
+											class="ywifont ywicon-01wenjianfenkuai !text-[17px] cursor-pointer text-blue-400"
 											@click="handleViewKnowledgeFile(scope.row)"
 										></i>
 									</el-tooltip>

--
Gitblit v1.9.3