1. npm - event app事件表格样式调整

2. network overview - 表格样式调整
This commit is contained in:
hanyuxia
2022-08-09 11:46:48 +08:00
parent 776936bbe2
commit 69f08779aa
3 changed files with 23 additions and 25 deletions

View File

@@ -56,16 +56,17 @@
}
.el-table__body-wrapper.is-scrolling-none {
tr td {
padding: 7.5px 0;
padding: 8px 0 0 0;
}
}
}
.data-app-event-table{
display: flex !important;
height: 20px;
height: auto;
line-height: 20px;
flex-direction: row;
align-items: center;
flex-wrap: wrap;
.data-severity {
font-size: 12px;
color: #353636;
@@ -87,26 +88,6 @@
height:6px;
margin-right:4px;
}
.critical {
color: #E26154;
background: rgba(226,97,84, .18);
}
.high {
color: #E48E4D;
background: rgba(228,142,77, .18);
}
.info {
color: #88AF65;
background: rgba(136,175,101, .18);
}
.medium {
color: #E7B34E;
background: rgba(231,179,78, .18);
}
.low {
color: #DAC74B;
background: rgba(218,199,75, .18);
}
.data-applications {
font-size: 12px;
color: $blue;
@@ -121,12 +102,15 @@
border-radius: 4px;
padding: 0 6px;
margin-right:10px;
min-width: fit-content;
margin-bottom: 8px;
}
.data-eventCount {
font-family: NotoSansHans-Medium;
font-size: 12px;
color: #046ECA;
font-weight: 500;
width:200px;
}
}
.el-table--group::after,.el-table--border::after, .el-table::before {