补充组件

This commit is contained in:
lai
2024-01-19 17:11:43 +08:00
parent af6321804a
commit 39d50d12e9
5 changed files with 993 additions and 634 deletions

View File

@@ -115,36 +115,12 @@
height: 14.167rem;
}
.alarmType .chart {
display: flex;
width: 100%;
height: 100%;
margin-top: 1rem;
justify-content: space-between;
}
.alarmType .bar {
width: 13rem;
height: 10rem;
margin-left: -0.4rem;
}
.alarmType .data {
display: flex;
flex-direction: column;
justify-content: space-between;
width: 7rem;
padding: 1.5rem 1.25rem;
box-sizing: border-box;
background-image: url(../images/rect.png);
background-size: cover;
}
.alarmType .data h4 {
margin-bottom: 0.5rem;
font-size: 1.167rem;
color: #fff;
}
.alarmType .data span {
display: block;
color: #4c9bfd;
font-size: 0.667rem;
}
/* 告警趋势 */
.alarmDay {
height: 16rem;