fix: 修复实体列表app和domain图标与原型不对应的问题

This commit is contained in:
刘洪洪
2023-08-30 17:26:42 +08:00
parent 0d4dc15234
commit 614fb3f6cb
7 changed files with 17 additions and 13 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "cn-icon"; /* Project id 2614877 */
src: url('iconfont.woff2?t=1691743782241') format('woff2'),
url('iconfont.woff?t=1691743782241') format('woff'),
url('iconfont.ttf?t=1691743782241') format('truetype');
src: url('iconfont.woff2?t=1693386443164') format('woff2'),
url('iconfont.woff?t=1693386443164') format('woff'),
url('iconfont.ttf?t=1693386443164') format('truetype');
}
.cn-icon {
@@ -13,7 +13,11 @@
-moz-osx-font-smoothing: grayscale;
}
.cn-icon-_zhanbi:before {
.cn-icon-category-group:before {
content: "\e6c7";
}
.cn-icon-proportion:before {
content: "\e65a";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.