.npm-recent {
height: 100%;
width: 100%;
.npm-recent-title {
font-family: NotoSansHans-Medium;
font-size: 14px;
color: #353636;
font-weight: 500;
margin-bottom: 10px;
}
.npm-recent-table {
height: calc(100% - 30px) !important;
border: 1px solid #E2E5EC;
border-radius: 4px;
padding: 1px;
.el-table__header-wrapper {
tr th {
padding: 4px 0;
.data-column__span {
font-size: 12px;
.el-table__body-wrapper.is-scrolling-none {
tr td {
padding: 7.5px 0;
.data-recent-table{
display: flex !important;
height: 20px;
line-height: 20px;
.data-recent-table-severity {
padding: 0 6px;
.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-recent-table-entity {
color: #046ECA;
font-weight: 400
.data-recent-table-eventType {
background: #EBF1F4;
.el-table--group::after,.el-table--border::after, .el-table::before {
height: 0px;