CN-1221: 实体列表增加score展示、优化事件展示

This commit is contained in:
刘洪洪
2023-08-10 11:08:21 +08:00
parent b6525a6182
commit 0e565ddfe2
10 changed files with 113 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "cn-icon"; /* Project id 2614877 */
src: url('iconfont.woff2?t=1691461947018') format('woff2'),
url('iconfont.woff?t=1691461947018') format('woff'),
url('iconfont.ttf?t=1691461947018') format('truetype');
src: url('iconfont.woff2?t=1691573279860') format('woff2'),
url('iconfont.woff?t=1691573279860') format('woff'),
url('iconfont.ttf?t=1691573279860') format('truetype');
}
.cn-icon {
@@ -13,6 +13,30 @@
-moz-osx-font-smoothing: grayscale;
}
.cn-icon-Event1:before {
content: "\e80b";
}
.cn-icon-Score:before {
content: "\e80a";
}
.cn-icon-Intelligence:before {
content: "\e7ff";
}
.cn-icon-FQDN:before {
content: "\e800";
}
.cn-icon-Event:before {
content: "\e801";
}
.cn-icon-User-defined:before {
content: "\e804";
}
.cn-icon-jump-to:before {
content: "\e7fe";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.