CN-544 feat: 实体详情增加dns筛选(部分)

This commit is contained in:
chenjinsong
2022-05-11 17:50:40 +08:00
parent b3f6b5c7ea
commit 1077ea09b0
12 changed files with 205 additions and 7741 deletions

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "cn-icon"; /* Project id 2614877 */
src: url('iconfont.woff2?t=1649728125883') format('woff2'),
url('iconfont.woff?t=1649728125883') format('woff'),
url('iconfont.ttf?t=1649728125883') format('truetype');
src: url('iconfont.woff2?t=1652249170229') format('woff2'),
url('iconfont.woff?t=1652249170229') format('woff'),
url('iconfont.ttf?t=1652249170229') format('truetype');
}
.cn-icon {
@@ -13,6 +13,22 @@
-moz-osx-font-smoothing: grayscale;
}
.cn-icon-org:before {
content: "\e770";
}
.cn-icon-role:before {
content: "\e771";
}
.cn-icon-os:before {
content: "\e772";
}
.cn-icon-software:before {
content: "\e773";
}
.cn-icon-report:before {
content: "\e76f";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.