南昌市物联网技防平台-前端
Administrator
2021-04-02 ed251fe533c8661c01c8d37e25c2d344a45e9ff9
src/styles/alarmAnalysis/alarmAnalysis.scss
@@ -148,12 +148,17 @@
}
.alarmEquipmentProStatis {
    background-color: aqua;
    width: 50%;
    //background-color: aqua;
    width: 35%;
    height: 100%;
    position: relative;
    left: 30%;
    top: -80%;
    top: -100%;
}
.alarmEquipmentProStatis .avue-crud {
    position: relative;
    top: 20%;
}
.alarmEquipmentProStatis .avue-crud__menu {
@@ -163,7 +168,7 @@
//确认时间占比
.confirmTimePro {
    background-color: #ffffff;
    width: 98.6%;
    width: 61.6%;
    height: 450px;
    position: relative;
    left: 0.8%;
@@ -171,10 +176,44 @@
}
#confirmTimeProEcharts {
    width: 30%;
    width: 40%;
    height: 450px;
    position: relative;
    left: 1%;
}
.confirmTimeProStatis {
    //background-color: aqua;
    width: 60%;
    height: 100%;
    position: relative;
    top: -100%;
    left: 40%;
}
.confirmTimeProStatis .el-row {
    position: relative;
    top: 120px;
}
//预警平均速度排行
.confirmAverageSpeed {
    background-color: #ffffff;
    width: 35%;
    height: 450px;
    position: relative;
    top: -41%;
    left: 64.4%;
}
.confirmAverageSpeed .avue-crud {
    width: 90%;
    position: relative;
    top: 10%;
}
.confirmAverageSpeed .avue-crud__menu {
    display: none;
}
//预警时间分布
@@ -184,7 +223,7 @@
    height: 450px;
    position: relative;
    left: 0.8%;
    top: 14%;
    top: -38.6%;
}
#alarmTimeDisEchars {
@@ -201,5 +240,5 @@
    height: 50px;
    position: relative;
    left: 0.8%;
    top: 14%;
    top: -38%;
}