CN-1384 IP实体详情页behavior pattern tab功能开发
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
@font-face {
|
||||
font-family: "cn-icon"; /* Project id 2614877 */
|
||||
src: url('iconfont.woff2?t=1693386443164') format('woff2'),
|
||||
url('iconfont.woff?t=1693386443164') format('woff'),
|
||||
url('iconfont.ttf?t=1693386443164') format('truetype');
|
||||
src: url('iconfont.woff2?t=1697794140569') format('woff2'),
|
||||
url('iconfont.woff?t=1697794140569') format('woff'),
|
||||
url('iconfont.ttf?t=1697794140569') format('truetype');
|
||||
}
|
||||
|
||||
.cn-icon {
|
||||
@@ -13,6 +13,10 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
}
|
||||
|
||||
.cn-icon-behavior:before {
|
||||
content: "\e61c";
|
||||
}
|
||||
|
||||
.cn-icon-category-group:before {
|
||||
content: "\e6c7";
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user