This commit is contained in:
X1627315083
2024-03-08 16:51:24 +08:00
parent 31006c1868
commit 8911e9da14
16 changed files with 1291 additions and 626 deletions

View File

@@ -1,6 +1,6 @@
@font-face {
font-family: "iconfont"; /* Project id */
src: url('iconfont.ttf?t=1709865709415') format('truetype');
src: url('iconfont.ttf?t=1709874981482') format('truetype');
}
.iconfont {
@@ -87,3 +87,19 @@
content: "\e62d";
}
.icon-shenpi:before {
content: "\e6a1";
}
.icon-yonghu:before {
content: "\e617";
}
.icon-usetime:before {
content: "\e601";
}
.icon-xiala:before {
content: "\e634";
}

View File

@@ -137,6 +137,34 @@
"font_class": "tuceng1",
"unicode": "e62d",
"unicode_decimal": 58925
},
{
"icon_id": "130751283",
"name": "审批",
"font_class": "shenpi",
"unicode": "e6a1",
"unicode_decimal": 59041
},
{
"icon_id": "130751284",
"name": "用户",
"font_class": "yonghu",
"unicode": "e617",
"unicode_decimal": 58903
},
{
"icon_id": "130751285",
"name": "使用次数",
"font_class": "usetime",
"unicode": "e601",
"unicode_decimal": 58881
},
{
"icon_id": "130751286",
"name": "下拉",
"font_class": "xiala",
"unicode": "e634",
"unicode_decimal": 58932
}
]
}

Binary file not shown.