CN-299 feat: detection布局
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
@import './views/entityExplorer/entityList/card';
|
||||
@import './views/entityExplorer/entityList/row';
|
||||
@import 'views/entityExplorer/entityList/detail-overview';
|
||||
@import './views/detections/detections';
|
||||
@import './views/charts/panel';
|
||||
@import 'views/charts/chartIpOpenPortBar';
|
||||
@import './views/charts/chartTable';
|
||||
|
||||
19
src/assets/css/components/views/detections/detections.scss
Normal file
19
src/assets/css/components/views/detections/detections.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
.detection__event-severity-bar {
|
||||
flex: 0 0 175px;
|
||||
background-color: white;
|
||||
width: 100%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.detection__list {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
|
||||
.detection__list-statistics {
|
||||
display: flex;
|
||||
flex: 0 0 192px;
|
||||
margin-bottom: 10px;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user