From 9a337bb46ca3a86ee2f4768c56318a7affc73677 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期一, 23 九月 2024 16:02:58 +0800 Subject: [PATCH] 修改图标 --- customer_list/common/static/fonts/ywiconfont/iconfont.ttf | 0 customer_list/common/static/fonts/ywiconfont/iconfont.woff | 0 src/api/login/UserMenuData.ts | 10 +++++----- customer_list/common/static/fonts/ywiconfont/iconfont.css | 10 +++++++--- customer_list/common/static/fonts/ywiconfont/iconfont.woff2 | 0 5 files changed, 12 insertions(+), 8 deletions(-) diff --git a/customer_list/common/static/fonts/ywiconfont/iconfont.css b/customer_list/common/static/fonts/ywiconfont/iconfont.css index e52f8f0..7574a2f 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=1726296522052') format('woff2'), - url('iconfont.woff?t=1726296522052') format('woff'), - url('iconfont.ttf?t=1726296522052') format('truetype'); + src: url('iconfont.woff2?t=1727078460397') format('woff2'), + url('iconfont.woff?t=1727078460397') format('woff'), + url('iconfont.ttf?t=1727078460397') format('truetype'); } .ywifont { @@ -13,6 +13,10 @@ -moz-osx-font-smoothing: grayscale; } +.ywicon-duoweidu:before { + content: "\e669"; +} + .ywicon-zhibiao:before { content: "\e66a"; } diff --git a/customer_list/common/static/fonts/ywiconfont/iconfont.ttf b/customer_list/common/static/fonts/ywiconfont/iconfont.ttf index 805e4a3..de60672 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 d76663a..ad5a87b 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 e67ada6..d790ce6 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/api/login/UserMenuData.ts b/src/api/login/UserMenuData.ts index 2eecf0c..033371c 100644 --- a/src/api/login/UserMenuData.ts +++ b/src/api/login/UserMenuData.ts @@ -22,7 +22,7 @@ Name: '鎸囨爣绠$悊', Path: '/home', Permission: '', - Icon: 'ele-Memo', + Icon: 'ywifont ywicon-zhibiao', IsIframe: false, OutLink: '', IsHide: false, @@ -38,7 +38,7 @@ Name: '鎸囨爣鎵ц鍣�', Path: '/metricAgent', Permission: '', - Icon: 'ele-Memo', + Icon: 'ywifont ywicon-bofang', IsIframe: false, OutLink: '', IsHide: false, @@ -54,7 +54,7 @@ Name: '鏁版嵁婧愮鐞�', Path: '/dataSourceMgr', Permission: '', - Icon: 'ele-Memo', + Icon: 'ywifont ywicon-sql', IsIframe: false, OutLink: '', IsHide: false, @@ -70,7 +70,7 @@ Name: '缁村害绠$悊', Path: '/dimensionMgr', Permission: '', - Icon: 'ele-Memo', + Icon: 'ywifont ywicon-duoweidu', IsIframe: false, OutLink: '', IsHide: false, @@ -86,7 +86,7 @@ Name: '鎰忓悜鎻愮ず', Path: '/supervisorPrompt', Permission: '', - Icon: 'ele-Memo', + Icon: 'ywifont ywicon-tishici', IsIframe: false, OutLink: '', IsHide: false, -- Gitblit v1.9.3