CN-726:dns-事件分布图开发
This commit is contained in:
@@ -69,4 +69,6 @@
|
||||
@import 'views/charts2/dnsTrafficLine';
|
||||
@import 'views/charts2/dnsRecentEvents';
|
||||
@import 'views/charts2/dnsActiveMaliciousDomain';
|
||||
@import 'views/charts2/dnsEventChart';
|
||||
@import './views/charts2/dnsEventChartByPie';
|
||||
//@import '../chart';
|
||||
|
||||
19
src/assets/css/components/views/charts2/dnsEventChart.scss
Normal file
19
src/assets/css/components/views/charts2/dnsEventChart.scss
Normal file
@@ -0,0 +1,19 @@
|
||||
.dns-event-chart {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: 1px solid #E2E5EC;
|
||||
border-radius: 4px;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
.dns-event-chart-pie {
|
||||
width: 33%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.dns-event-chart-bar {
|
||||
width: 67%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -0,0 +1,34 @@
|
||||
.dns-event {
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border: none;
|
||||
|
||||
.dns-event-pie {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
border-radius: 4px;
|
||||
display: flex;
|
||||
border: none;
|
||||
|
||||
.dns-event-pies {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.chart-drawing {
|
||||
height: 100%;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.color-block {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
margin-right: 8px;
|
||||
margin-top: 3px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user