生产监控前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
771 B

.details {
padding: 1.5rem;
.header {
margin-bottom: 1.5rem;
}
.search {
margin-bottom: 1.5rem;
:deep(.el-card__body) {
padding: 20px 20px 0 20px;
}
.cardHeader {
display: flex;
justify-content: space-between;
align-items: center;
.tooltips {
width: 36px;
height: 36px;
border-radius: 0px 0px 0px 0px;
opacity: 1;
}
}
.searchForm {
.item {
margin-bottom: 20px;
}
.formBtn {
padding: 0 20px;
}
}
}
.echart {
.comparisonInfo {
.stackedLine {
width: 100%;
height: 74vh;
font-size: 1.4rem;
text-align: center;
color: #606266;
line-height: 82vh;
}
}
}
}