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;