style: 近期事件列表 字体加粗,图标替换

This commit is contained in:
@changcode
2022-09-19 15:06:28 +08:00
parent c75e0feb63
commit 52f7640d98
8 changed files with 14 additions and 9 deletions

View File

@@ -46,5 +46,6 @@
padding: 0;
margin-right: 0;
margin-bottom: 0;
font-weight: 600;
}
}

View File

@@ -46,16 +46,15 @@
tr th {
padding: 4px 0;
.data-column__span {
font-family: NotoSansHans-Medium;
font-size: 12px;
color: #353636;
font-weight: 500;
font-weight: 600;
}
}
}
.el-table__body-wrapper.is-scrolling-none {
tr td {
padding: 6.1px 0;
padding: 6.09px 0;
}
}
}
@@ -93,9 +92,10 @@
font-weight: 400;
}
.data-eventType {
padding: 0 6px;
font-size: 12px;
color: $blue;
font-weight: 500;
font-weight: 600;
background: #EBF1F4;
border-radius: 4px;
min-width: fit-content;

View File

@@ -88,7 +88,7 @@
.data-recent-table-eventType {
font-size: 12px;
color: #046ECA;
font-weight: 500;
font-weight: 600;
background: #EBF1F4;
border-radius: 4px;
padding: 0 6px;

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "cn-icon"; /* Project id 2614877 */
src: url('iconfont.woff2?t=1663070128326') format('woff2'),
url('iconfont.woff?t=1663070128326') format('woff'),
url('iconfont.ttf?t=1663070128326') format('truetype');
src: url('iconfont.woff2?t=1663570533591') format('woff2'),
url('iconfont.woff?t=1663570533591') format('woff'),
url('iconfont.ttf?t=1663570533591') format('truetype');
}
.cn-icon {
@@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.cn-icon-good:before {
content: "\e7ad";
}
.cn-icon-events-type:before {
content: "\e7a5";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.