2022-07-29 09:55:58 +08:00
|
|
|
.npm-recent {
|
2022-07-29 15:15:36 +08:00
|
|
|
height: 100%;
|
|
|
|
|
width: 100%;
|
2022-07-29 09:55:58 +08:00
|
|
|
.npm-recent-title {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #353636;
|
2022-08-09 11:39:08 +08:00
|
|
|
font-weight: 600;
|
2022-07-29 09:55:58 +08:00
|
|
|
margin-bottom: 10px;
|
|
|
|
|
}
|
|
|
|
|
.npm-recent-table {
|
2022-07-29 15:15:36 +08:00
|
|
|
height: calc(100% - 30px) !important;
|
2022-07-29 09:55:58 +08:00
|
|
|
border: 1px solid #E2E5EC;
|
|
|
|
|
border-radius: 4px;
|
2022-07-29 15:15:36 +08:00
|
|
|
padding: 1px;
|
2022-07-29 09:55:58 +08:00
|
|
|
.el-table__header-wrapper {
|
|
|
|
|
tr th {
|
2022-07-29 15:15:36 +08:00
|
|
|
padding: 4px 0;
|
2022-07-29 09:55:58 +08:00
|
|
|
.data-column__span {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #353636;
|
2022-08-08 17:30:06 +08:00
|
|
|
font-weight: 600;
|
2022-07-29 09:55:58 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.el-table__body-wrapper.is-scrolling-none {
|
|
|
|
|
tr td {
|
2022-07-29 15:15:36 +08:00
|
|
|
padding: 7.5px 0;
|
2022-07-29 09:55:58 +08:00
|
|
|
}
|
2022-08-12 15:25:54 +08:00
|
|
|
.el-table__empty-block .el-table__empty-text {
|
|
|
|
|
line-height: 25px;
|
|
|
|
|
.table-no-data {
|
|
|
|
|
.icon {
|
|
|
|
|
width: 30px;
|
|
|
|
|
height: 30px;
|
|
|
|
|
}
|
|
|
|
|
.table-no-data__title {
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #575757;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2022-07-29 09:55:58 +08:00
|
|
|
}
|
|
|
|
|
}
|
2022-08-08 17:30:06 +08:00
|
|
|
.data-recent-table {
|
2022-07-29 09:55:58 +08:00
|
|
|
display: flex !important;
|
|
|
|
|
height: 20px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
.data-recent-table-severity {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 0 6px;
|
2022-08-11 16:45:48 +08:00
|
|
|
text-transform: capitalize;
|
2022-07-29 09:55:58 +08:00
|
|
|
}
|
|
|
|
|
.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 {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #046ECA;
|
|
|
|
|
font-weight: 400
|
|
|
|
|
}
|
|
|
|
|
.data-recent-table-eventType {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #046ECA;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
background: #EBF1F4;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
padding: 0 6px;
|
|
|
|
|
}
|
2022-08-26 11:30:53 +08:00
|
|
|
span {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #353636;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
2022-07-29 09:55:58 +08:00
|
|
|
}
|
|
|
|
|
.el-table--group::after,.el-table--border::after, .el-table::before {
|
|
|
|
|
height: 0px;
|
|
|
|
|
}
|
|
|
|
|
}
|