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/dnsEventChart.scss
2024-02-02 18:13:11 +08:00

20 lines
291 B
SCSS

.dns-event-chart {
width: 100%;
height: 100%;
border: 1px solid $--border-color;
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%;
}
}