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/charts/ChartOneSituationStatistics.scss
2022-04-25 15:29:44 +08:00

32 lines
780 B
SCSS

.cn-chart__one-situation-statistics{
height: 100%;
.one-situation-statistics__box {
display: flex;
align-items: center;
margin-left: 33px;
height: 100%;
.box__progress {
display: block;
.el-progress-circle {
height: 80px !important;
width: 80px !important;
}
.el-progress__text span{
font-size: 16px;
}
}
.box__count{
margin-left: 22px;
:first-child{
font-size: 18px;
color: #333;
}
:last-child{
margin-top: 5px;
font-size: 14px;
color: #666666;
}
}
}
}