This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cyber-narrator-cn-ui/src/assets/css/components/views/detections/detection-table.scss

84 lines
1.7 KiB
SCSS
Raw Normal View History

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;
font-family: NotoSansHans-Medium;
background: rgba(113, 113, 113, 0.12);
color: #717171;
padding: 0 12px;
}
.detection-tag-status1 {
font-weight: 500;
font-family: NotoSansHans-Medium;
background: rgba(126, 159, 84, 0.12);
color: #7E9F54;
padding: 0 8px;
}
.detection-table-library {
font-family: NotoSansSChineseRegular;
font-size: 12px;
color: #046ECA;
font-weight: 400;
}