This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
cyber-narrator-cn-ui/src/assets/css/components/views/charts2/dnsEventChartByPie.scss
2022-09-21 10:42:19 +08:00

35 lines
518 B
SCSS

.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;
}
}
}
}