部门、分类管理页面图标替换

This commit is contained in:
禺狨
2023-03-14 15:17:28 +08:00
parent 1972380fd7
commit 63a8992312
9 changed files with 135 additions and 107 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 3943555 */
src: url('iconfont.woff2?t=1678435002469') format('woff2'),
url('iconfont.woff?t=1678435002469') format('woff'),
url('iconfont.ttf?t=1678435002469') format('truetype');
src: url('iconfont.woff2?t=1678776813161') format('woff2'),
url('iconfont.woff?t=1678776813161') format('woff'),
url('iconfont.ttf?t=1678776813161') format('truetype');
}
.iconfont {
@@ -13,6 +13,18 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-icon-drag:before {
content: "\e740";
}
.icon-icon-edit:before {
content: "\e741";
}
.icon-icon-delete:before {
content: "\e742";
}
.icon-icon-video:before {
content: "\e73f";
}

Binary file not shown.

Binary file not shown.

Binary file not shown.