CN-318 feat: detection服务质量界面

This commit is contained in:
chenjinsong
2022-02-25 13:33:54 +08:00
parent 2889c3cb19
commit 6158a6a4f4
19 changed files with 1197 additions and 683 deletions

View File

@@ -99,6 +99,8 @@
.basic-info__item {
padding-right: 40px;
display: flex;
align-items: center;
i {
padding-right: 6px;
color: #8FA1BE;

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "cn-icon"; /* Project id 2614877 */
src: url('iconfont.woff2?t=1644832156673') format('woff2'),
url('iconfont.woff?t=1644832156673') format('woff'),
url('iconfont.ttf?t=1644832156673') format('truetype');
src: url('iconfont.woff2?t=1645687921203') format('woff2'),
url('iconfont.woff?t=1645687921203') format('woff'),
url('iconfont.ttf?t=1645687921203') format('truetype');
}
.cn-icon {
@@ -13,7 +13,11 @@
-moz-osx-font-smoothing: grayscale;
}
.cn-icon-shaixuan:before {
.cn-icon-detection:before {
content: "\e766";
}
.cn-icon-filter:before {
content: "\e764";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.