异常样式

This commit is contained in:
mouse 2024-01-20 12:06:13 +08:00
parent 02b8a38337
commit a7399dfadd
2 changed files with 6 additions and 6 deletions

View File

@ -260,12 +260,12 @@ $size: 20px;
.row-item.alarm {
.label {
background: red;
background: red !important;
}
.value {
color: red;
border-color: red;
color: red !important;
border-color: red !important;
}
}

View File

@ -293,11 +293,11 @@ const breakRemote = () => {
}
.row-item.alarm {
.label {
background: red;
background: red !important;
}
.value {
color: red;
border-color: red;
color: red !important;
border-color: red !important;
}
}
.info-box {