设备监控=>PCS、BMS总览、BMS电池簇页面,单站监控首页页面样式调整

This commit is contained in:
白菜
2025-06-22 21:01:34 +08:00
parent 201587e13e
commit dea617d853
5 changed files with 205 additions and 237 deletions

View File

@ -40,6 +40,7 @@
</template>
</el-table-column>
<el-table-column
class-name="alarm-content"
prop="alarmContent"
label="告警内容">
</el-table-column>
@ -137,11 +138,23 @@ export default {
border-bottom: none;
}
.warning-status{
color:red;
color:#FC6B69;
&::before {
content: "";
display: inline-block;
width: 10px;
height: 10px;
border-radius: 50%;
background-color: #FC6B69;
margin-right: 8px;
}
}
.table-head{
color:#515a6e;
}
.alarm-content{
color:#333333;
}
}
}
</style>