CN-982: 实体详情--流量折线图开发

This commit is contained in:
刘洪洪
2023-04-26 18:06:57 +08:00
parent d3f4cf8700
commit bc81631be3
10 changed files with 1153 additions and 5 deletions

View File

@@ -79,3 +79,4 @@
@import 'views/administration/Appearance.scss';
@import 'views/setting/knowledgeBase';
@import "views/charts2/EntityDetailLine";

View File

@@ -0,0 +1,40 @@
.entity-detail-line {
height: 100%;
border-radius: 4px;
.line-header-right {
.panel__tools {
display: flex;
align-items: center;
& > .el-select {
width: 162px;
margin-right: 10px;
.select-prefix {
font-size: 14px;
color: #999;
padding: 0 6px 0 3px;
}
.el-input__inner {
font-size: 14px;
color: #353636;
}
.common-select {
top: 32px !important;
}
}
.panel__time {
display: flex;
}
}
.line-select-reference-line {
margin-left: 0 !important;
line-height: 1;
}
}
}