feat: ✨ 添加icon组件,更多icon选择
This commit is contained in:
55
web/src/assets/iconfont/iconfont.css
Normal file
55
web/src/assets/iconfont/iconfont.css
Normal file
@@ -0,0 +1,55 @@
|
||||
@font-face {
|
||||
font-family: "iconfont"; /* Project id 3882322 */
|
||||
src: url('iconfont.woff2?t=1676892176164') format('woff2'),
|
||||
url('iconfont.woff?t=1676892176164') format('woff'),
|
||||
url('iconfont.ttf?t=1676892176164') format('truetype');
|
||||
}
|
||||
|
||||
.iconfont {
|
||||
font-family: "iconfont" !important;
|
||||
font-size: 16px;
|
||||
font-style: normal;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.icon-xiaoxizhongxin:before {
|
||||
content: "\e665";
|
||||
}
|
||||
|
||||
.icon-xitongshezhi:before {
|
||||
content: "\e7ba";
|
||||
}
|
||||
|
||||
.icon-caozuorizhi:before {
|
||||
content: "\e611";
|
||||
}
|
||||
|
||||
.icon-guanlidenglurizhi:before {
|
||||
content: "\ea45";
|
||||
}
|
||||
|
||||
.icon-rizhi:before {
|
||||
content: "\e60c";
|
||||
}
|
||||
|
||||
.icon-system:before {
|
||||
content: "\e684";
|
||||
}
|
||||
|
||||
.icon-Area:before {
|
||||
content: "\eaa2";
|
||||
}
|
||||
|
||||
.icon-file:before {
|
||||
content: "\e671";
|
||||
}
|
||||
|
||||
.icon-dict:before {
|
||||
content: "\e626";
|
||||
}
|
||||
|
||||
.icon-configure:before {
|
||||
content: "\e733";
|
||||
}
|
||||
|
||||
1
web/src/assets/iconfont/iconfont.js
Normal file
1
web/src/assets/iconfont/iconfont.js
Normal file
File diff suppressed because one or more lines are too long
79
web/src/assets/iconfont/iconfont.json
Normal file
79
web/src/assets/iconfont/iconfont.json
Normal file
@@ -0,0 +1,79 @@
|
||||
{
|
||||
"id": "3882322",
|
||||
"name": "dvadmin3",
|
||||
"font_family": "iconfont",
|
||||
"css_prefix_text": "icon-",
|
||||
"description": "dvadmin3前端项目icon",
|
||||
"glyphs": [
|
||||
{
|
||||
"icon_id": "630252",
|
||||
"name": "消息中心",
|
||||
"font_class": "xiaoxizhongxin",
|
||||
"unicode": "e665",
|
||||
"unicode_decimal": 58981
|
||||
},
|
||||
{
|
||||
"icon_id": "10465939",
|
||||
"name": "系统设置",
|
||||
"font_class": "xitongshezhi",
|
||||
"unicode": "e7ba",
|
||||
"unicode_decimal": 59322
|
||||
},
|
||||
{
|
||||
"icon_id": "13952258",
|
||||
"name": "操作日志",
|
||||
"font_class": "caozuorizhi",
|
||||
"unicode": "e611",
|
||||
"unicode_decimal": 58897
|
||||
},
|
||||
{
|
||||
"icon_id": "26876046",
|
||||
"name": "管理登录日志",
|
||||
"font_class": "guanlidenglurizhi",
|
||||
"unicode": "ea45",
|
||||
"unicode_decimal": 59973
|
||||
},
|
||||
{
|
||||
"icon_id": "4520330",
|
||||
"name": "日志",
|
||||
"font_class": "rizhi",
|
||||
"unicode": "e60c",
|
||||
"unicode_decimal": 58892
|
||||
},
|
||||
{
|
||||
"icon_id": "11686866",
|
||||
"name": "system",
|
||||
"font_class": "system",
|
||||
"unicode": "e684",
|
||||
"unicode_decimal": 59012
|
||||
},
|
||||
{
|
||||
"icon_id": "12004865",
|
||||
"name": "Area",
|
||||
"font_class": "Area",
|
||||
"unicode": "eaa2",
|
||||
"unicode_decimal": 60066
|
||||
},
|
||||
{
|
||||
"icon_id": "15838480",
|
||||
"name": "file",
|
||||
"font_class": "file",
|
||||
"unicode": "e671",
|
||||
"unicode_decimal": 58993
|
||||
},
|
||||
{
|
||||
"icon_id": "16880980",
|
||||
"name": "dict",
|
||||
"font_class": "dict",
|
||||
"unicode": "e626",
|
||||
"unicode_decimal": 58918
|
||||
},
|
||||
{
|
||||
"icon_id": "32434794",
|
||||
"name": "configure",
|
||||
"font_class": "configure",
|
||||
"unicode": "e733",
|
||||
"unicode_decimal": 59187
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
web/src/assets/iconfont/iconfont.ttf
Normal file
BIN
web/src/assets/iconfont/iconfont.ttf
Normal file
Binary file not shown.
BIN
web/src/assets/iconfont/iconfont.woff
Normal file
BIN
web/src/assets/iconfont/iconfont.woff
Normal file
Binary file not shown.
BIN
web/src/assets/iconfont/iconfont.woff2
Normal file
BIN
web/src/assets/iconfont/iconfont.woff2
Normal file
Binary file not shown.
Reference in New Issue
Block a user