Commit 142ffbcc authored by 黎博's avatar 黎博

修改图标

parent 3ee40a06
@font-face { @font-face {
font-family: "iconfont"; /* Project id 2584881 */ font-family: "iconfont"; /* Project id 2584881 */
src: url('../fonts/iconfont.woff2') format('woff2'), src: url('../fonts/iconfont.woff2?t=1629700669553') format('woff2'),
url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.woff?t=1629700669553') format('woff'),
url('../fonts/iconfont.ttf') format('truetype'); url('../fonts/iconfont.ttf?t=1629700669553') format('truetype');
} }
.iconfont { .iconfont {
...@@ -13,6 +13,30 @@ ...@@ -13,6 +13,30 @@
-moz-osx-font-smoothing: grayscale; -moz-osx-font-smoothing: grayscale;
} }
.icon-docker1:before {
content: "\e602";
}
.icon-Docker:before {
content: "\e9f3";
}
.icon-ceshi:before {
content: "\e648";
}
.icon-xinicon_huabanfuben:before {
content: "\e647";
}
.icon-peizhi:before {
content: "\e66c";
}
.icon-chaobiaoguanli-01:before {
content: "\e621";
}
.icon-quality:before { .icon-quality:before {
content: "\e627"; content: "\e627";
} }
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -5,6 +5,48 @@ ...@@ -5,6 +5,48 @@
"css_prefix_text": "icon-", "css_prefix_text": "icon-",
"description": "", "description": "",
"glyphs": [ "glyphs": [
{
"icon_id": "14343595",
"name": "docker",
"font_class": "docker1",
"unicode": "e602",
"unicode_decimal": 58882
},
{
"icon_id": "3176611",
"name": "Docker",
"font_class": "Docker",
"unicode": "e9f3",
"unicode_decimal": 59891
},
{
"icon_id": "9748106",
"name": "测试",
"font_class": "ceshi",
"unicode": "e648",
"unicode_decimal": 58952
},
{
"icon_id": "13866080",
"name": "开发构建",
"font_class": "xinicon_huabanfuben",
"unicode": "e647",
"unicode_decimal": 58951
},
{
"icon_id": "17096927",
"name": "-配置",
"font_class": "peizhi",
"unicode": "e66c",
"unicode_decimal": 58988
},
{
"icon_id": "22777966",
"name": "抄表管理-01",
"font_class": "chaobiaoguanli-01",
"unicode": "e621",
"unicode_decimal": 58913
},
{ {
"icon_id": "1471612", "icon_id": "1471612",
"name": "quality", "name": "quality",
......
...@@ -2,25 +2,25 @@ ...@@ -2,25 +2,25 @@
"menu": [ "menu": [
{ {
"id": 2, "id": 2,
"icon": "", "icon": "iconfont icon-docker1",
"title": "Docker", "title": "Docker",
"child": [ "child": [
{ {
"id": 1, "id": 1,
"title": "测试环境", "title": "测试环境",
"icon": "", "icon": "iconfont icon-ceshi",
"path": "/docker/TestEnv" "path": "/docker/TestEnv"
}, },
{ {
"id": 2, "id": 2,
"title": "开发环境", "title": "开发环境",
"icon": "", "icon": "iconfont icon-xinicon_huabanfuben",
"path": "/docker/DevEnv" "path": "/docker/DevEnv"
}, },
{ {
"id": 3, "id": 3,
"title": "服务配置管理", "title": "服务配置管理",
"icon": "", "icon": "iconfont icon-peizhi",
"path": "/docker/ProConfig" "path": "/docker/ProConfig"
} }
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment