CN-299 feat: detection布局

This commit is contained in:
chenjinsong
2022-02-14 22:22:31 +08:00
parent 6dd147647a
commit f9285b8a6f
12 changed files with 385 additions and 18 deletions

View 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;
}
}