.cn-chart__app-basic {
display: flex;
flex-direction: column;
.cn-chart__body {
flex: auto;
.el-descriptions {
padding-top: 30px;
}
&>.el-descriptions {
flex: 0 0 350px;
padding: 30px 36px;
.chart-location {
flex: 1;
padding: 0 20px 20px 0;
.el-descriptions__content {
color: #3976CB;
.cn-chart__body-single {
.cn-chart__body-single-table {
width: 250px;
align-items: center;
.cn-chart__body-single-table:nth-of-type(3) {
margin-right: 126px;
.single-value-icon__box {
justify-content: center;
flex: 0 0 40%;
.single-value__icon {
width: 72px;
height: 72px;
background-color: $--chart-single-value-icon-background-color;
border-radius: 50%;
i {
font-size: 28px;
color: $--color-primary;
.single-value-color-g.single-value__icon {
background-color: #E2FCEF;
color: #41D389;
.single-value-color-y.single-value__icon {
background-color: #FFF0DA;
color: #FA901C;
.single-value__content {
max-width: 60%;
padding-left: 10px;
div:nth-of-type(1) {
margin-bottom: 10px;
.content__data {
padding-bottom: 7%;
font-size: 24px;
color: #333333;
font-weight: bold;
.content__title {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
font-size: 16px;
color: #666666;
&.single-value__content--with-chart {
border-bottom: 1px solid $--content-right-background-color;
.single-value__unit {
font-weight: normal;
color: #666;
font-size: 20px;