pull/36/head
孙萌 2023-11-16 11:04:36 +08:00
parent 80a985e06e
commit 8490006970
3 changed files with 10 additions and 1 deletions

View File

@ -1717,6 +1717,10 @@
margin: 10px 8px 0 !important;
}
.realTime .page-content .status-view .status-view-content .status-true .status-fan > div.off span {
color: #00C0F7;
}
.realTime .page-content .status-view .status-view-content .status-true .status-fan > div > span {
margin-left: 5px;
}

File diff suppressed because one or more lines are too long

View File

@ -1814,6 +1814,11 @@
font-size: 14px;
height: 30px;
margin: 10px 8px 0 !important;
&.off{
span{
color: #00C0F7;
}
}
>span{
margin-left: 5px;
}