.div_content {
|
display: flex;
|
height: 100%;
|
}
|
.station_tree_box {
|
width: 265px;
|
height: calc(100% - 0px);
|
position: relative;
|
|
box-sizing: border-box;
|
}
|
.div_content_right {
|
width: 100%;
|
border: 1px solid #ddd;
|
// margin-left: 15px;
|
padding: 10px;
|
overflow: auto;
|
}
|
.station_tree_box_right {
|
width: 100%;
|
height: calc(100% - 0px);
|
overflow: hidden;
|
// margin-left: 15px;
|
margin-bottom: 0px;
|
|
box-sizing: border-box;
|
padding: 5px;
|
}
|
.demo-tabs > .el-tabs__content {
|
padding: 32px;
|
color: #6b778c;
|
font-size: 32px;
|
font-weight: 600;
|
}
|
.el-row {
|
margin-bottom: 10px;
|
}
|
.el-row:last-child {
|
margin-bottom: 0;
|
}
|
.el-col {
|
border-radius: unset;
|
}
|
.wys_box {
|
border: 1px solid #ddd;
|
border-radius: 3px;
|
position: relative;
|
height: 248px;
|
}
|
// .wys_box2 {
|
// border: 1px solid #ddd;
|
// border-radius: 3px;
|
// position: relative;
|
// height: 100%;
|
// }
|
.wys_box_title {
|
display: flex;
|
|
padding-top: 2px;
|
padding-left: 12px;
|
}
|
|
.title_name {
|
padding: 5px 20px;
|
background-color: #528abe;
|
border-radius: 3px;
|
color: #fff;
|
}
|
.wys_box_content {
|
padding: 5px;
|
box-sizing: border-box;
|
display: flex;
|
width: 100%;
|
height: calc(100% - 40px);
|
align-items: center;
|
}
|
.wys_box_real_time {
|
height: 70%;
|
padding: 5px;
|
box-sizing: border-box;
|
display: flex;
|
width: 50%;
|
align-items: center;
|
}
|
.wys_data {
|
display: flex;
|
flex-wrap: wrap;
|
width: 100%;
|
height: 43%;
|
}
|
.kpi_span_box {
|
width: 100%;
|
height: 100%;
|
}
|
|
.kpi_span_box span {
|
height: 33%;
|
display: inline-block;
|
font-size: 14px;
|
}
|
.divChartEnergyBox {
|
position: absolute;
|
right: 5px;
|
top: 2px;
|
}
|
|
.divChartEnergyBox span {
|
display: inline-block;
|
height: 25px;
|
line-height: 25px;
|
border-radius: 25px;
|
color: #fff;
|
text-align: center;
|
padding: 0 10px;
|
}
|
.kpi_span_box span:first-of-type {
|
width: 40px;
|
text-align: center;
|
}
|
|
.kpi_span_box span:first-of-type img {
|
width: 18px;
|
height: 18px;
|
vertical-align: middle;
|
}
|
|
.kpi_span_box span:nth-of-type(2) {
|
width: 70px;
|
text-align: left;
|
color: #0158b3;
|
font-weight: 700;
|
}
|
|
.kpi_span_box span:nth-of-type(3) {
|
width: calc(100% - 192px);
|
text-align: center;
|
color: #f4b148;
|
font-size: 20px;
|
font-weight: 700;
|
}
|
|
.kpi_span_box span:nth-of-type(4) {
|
width: 80px;
|
text-align: left;
|
font-size: 14px;
|
color: #b0b0b0;
|
display: inline-block;
|
}
|
.chartSelect {
|
position: absolute;
|
right: 4px;
|
top: 0px;
|
width: 100px;
|
z-index: 1;
|
}
|