This commit is contained in:
@changcode
2022-07-12 20:13:58 +08:00
13 changed files with 504 additions and 17 deletions

View File

@@ -49,4 +49,5 @@
@import 'views/charts/NetworkOverviewLine';
@import 'views/charts/NetworkOverviewDdosDetection';
@import 'views/charts/NetworkOverviewPerformanceEvent';
@import 'views/charts2/networkOverviewTabs';
//@import '../chart';

View File

@@ -0,0 +1,110 @@
.tabs {
height:100%;
.cn-chart__tabs {
height:100%;
background-color:white;
.tab-pane {
height:100%;
border: 1px solid #e4e7ed;
padding:1px;
border-radius: 5px;
.tab-table {
color:#484949;
font-size:12px;
border:0px;
}
.data-total{
display: flex !important;
}
.data-total-trend {
display: flex;
margin-left: 10px;
align-items: center;
justify-content: center;
margin-top: 2px;
}
.data-total-trend-black {
background-color: #ededed;
border-radius: 18px;
width: 36px;
height: 18px;
}
.data-total-trend-green {
background-color: #eef2e8;
border-radius: 25px;
width: 50px;
height: 18px;
color:#94b072;
}
.data-total-trend-red {
background-color: #fbebe9;
border-radius: 25px;
width: 50px;
height: 18px;
color:#e97367;
}
.el-table--group::after,.el-table--border::after, .el-table::before {
height: 0px;
}
}
.el-tabs__nav-wrap::after {
height: 1px;
background-color: white ;
}
&>.el-tabs__header {
margin-bottom: 10px;
}
.el-tabs__nav.is-top {
margin-left:8px;
.el-tabs__active-bar {
display: none;
}
.el-tabs__item {
padding: 0 8px;
font-size:12px;
font-weight: bold;
color:#838383;
}
.el-tabs__item.is-top.is-active {
border-bottom: 2px solid #0091ff;
color:#0091ff;
height: 35px;
}
}
&>.el-tabs__content {
height: calc(100% - 40px);
border:none;
}
}
.tab-search {
position:absolute;
right:20px;
height:40px;
top:0px;
display:flex;
font-size:12px;
align-items: center;
.search-select {
margin-right:10px;
.option__select.select-column {
.el-input__inner {
width: 86px;
padding-left: 8px;
color:#2C72C6;
font-weight:400;
}
}
.option-popper {
.el-select-dropdown__item {
height: 24px;
line-height: 24px;
font-size: 12px;
}
}
}
.search-customize-tab {
color:#69a7de;
}
}
}

View File

@@ -1,8 +1,8 @@
@font-face {
font-family: "cn-icon"; /* Project id 2614877 */
src: url('iconfont.woff2?t=1653978200371') format('woff2'),
url('iconfont.woff?t=1653978200371') format('woff'),
url('iconfont.ttf?t=1653978200371') format('truetype');
src: url('iconfont.woff2?t=1657611740064') format('woff2'),
url('iconfont.woff?t=1657611740064') format('woff'),
url('iconfont.ttf?t=1657611740064') format('truetype');
}
.cn-icon {
@@ -13,6 +13,94 @@
-moz-osx-font-smoothing: grayscale;
}
.cn-icon-Detection:before {
content: "\e792";
}
.cn-icon-Entity:before {
content: "\e793";
}
.cn-icon-Case:before {
content: "\e794";
}
.cn-icon-Hunt:before {
content: "\e795";
}
.cn-icon-Report1:before {
content: "\e796";
}
.cn-icon-a-KnowledgeBase:before {
content: "\e797";
}
.cn-icon-constant:before {
content: "\e78f";
}
.cn-icon-decline:before {
content: "\e790";
}
.cn-icon-rise1:before {
content: "\e791";
}
.cn-icon-sort:before {
content: "\e78c";
}
.cn-icon-a-NetworkAnalytics:before {
content: "\e786";
}
.cn-icon-navigation:before {
content: "\e787";
}
.cn-icon-up:before {
content: "\e788";
}
.cn-icon-left:before {
content: "\e789";
}
.cn-icon-a-NetworkPerformanceEvent:before {
content: "\e78a";
}
.cn-icon-refresh1:before {
content: "\e78b";
}
.cn-icon-a-DDosDetection:before {
content: "\e78d";
}
.cn-icon-Setting1:before {
content: "\e78e";
}
.cn-icon-add1:before {
content: "\e783";
}
.cn-icon-down:before {
content: "\e784";
}
.cn-icon-right:before {
content: "\e785";
}
.cn-icon-Data:before {
content: "\e782";
}
.cn-icon-a-:before {
content: "\e77b";
}

File diff suppressed because one or more lines are too long

Binary file not shown.

Binary file not shown.

Binary file not shown.