CN-1384 IP实体详情页behavior pattern tab功能开发

This commit is contained in:
hyx
2023-10-20 17:41:01 +08:00
parent d2feedb319
commit 7d34b8388c
11 changed files with 591 additions and 254 deletions

View File

@@ -83,6 +83,59 @@
.entity-detail-event-block {
width: calc(100% - 2px);
.behavior-pattern {
height:100% ;
position: relative;
display:flex;
flex-direction: row;
.behavior-pattern-legend {
display:flex;
flex-direction: column;
height: 100%;
display: flex;
padding:10px 18px 10px 18px;
width:500px;
display: flex;
.behavior-pattern-legend__item {
display:flex;
flex-direction: row;
font-size: 12px;
color: #353636;
line-height: 12px;
margin-bottom:11px;
.legend-icon {
width: 8px;
height: 8px;
margin: 3px 8px 0 0;
border-radius: 1px;;
}
.legend-name {
width:200px;
font-weight: 400;
}
.legend-value{
display: flex;
justify-content: left;
margin-left:30px;
width:100px;
font-weight: 500;
}
.legend-percent {
margin-left:30px;
width:80px;
justify-content: left;
display: flex;
font-weight: 500;
}
}
}
.behavior-pattern-chart{
height: calc(100% - 50px);
width:calc(100% - 600px);
position: relative
}
}
}
.entity-detail-event-error {