2023-08-03 18:47:18 +08:00
|
|
|
|
|
|
|
|
.detection-table {
|
|
|
|
|
.el-table th > .cell, .el-table .cell {
|
|
|
|
|
padding-left: 0 !important;
|
|
|
|
|
padding-right: 0 !important;
|
|
|
|
|
line-height: 16px;
|
|
|
|
|
}
|
|
|
|
|
.el-table--enable-row-transition .el-table__body td, .el-table--border th {
|
|
|
|
|
border-left: 0 !important;
|
|
|
|
|
border-right: 0 !important;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #353636;
|
|
|
|
|
}
|
|
|
|
|
.el-table--border th {
|
|
|
|
|
font-family: NotoSansHans-Medium;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-table__header-wrapper {
|
|
|
|
|
height: 32px !important;
|
|
|
|
|
line-height: 32px !important;
|
|
|
|
|
border-bottom: 1px solid #EBEEF5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-table__body td {
|
|
|
|
|
font-family: NotoSansSChineseRegular;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-table__row {
|
|
|
|
|
height: 32px !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detection-tag-blue, .detection-tag-red, .detection-tag-gray, .detection-tag-status0, .detection-tag-status1 {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
font-family: NotoSansSChineseRegular;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
padding: 1px 12px;
|
|
|
|
|
line-height: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detection-tag-blue {
|
|
|
|
|
background: rgba(56, 172, 210, 0.10);
|
|
|
|
|
box-shadow: 0 2px 4px 0 rgba(51, 51, 51, 0.02);
|
|
|
|
|
color: #046ECA;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detection-tag-red {
|
|
|
|
|
background: rgba(226, 97, 84, 0.12);
|
|
|
|
|
color: #E26154;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detection-tag-gray {
|
|
|
|
|
background: rgba(113, 113, 113, 0.12);
|
|
|
|
|
color: #717171;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detection-tag-status0 {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
background: rgba(113, 113, 113, 0.12);
|
|
|
|
|
color: #717171;
|
2023-10-24 20:20:56 +08:00
|
|
|
padding: 0 10px;
|
2023-08-03 18:47:18 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detection-tag-status1 {
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
background: rgba(126, 159, 84, 0.12);
|
|
|
|
|
color: #7E9F54;
|
2023-10-24 20:20:56 +08:00
|
|
|
padding: 0 10px;
|
2023-08-03 18:47:18 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.detection-table-library {
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
color: #046ECA;
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
}
|