🔨 重构主机模块.

This commit is contained in:
lijiahang
2024-07-22 19:36:02 +08:00
parent b7608fccb3
commit 4bd2de4ce2
64 changed files with 1062 additions and 603 deletions

View File

@@ -30,12 +30,20 @@
border-radius: 50%;
background-color: rgb(var(--blue-6));
&.normal {
color: rgb(var(--arcoblue-6));
}
&.pass {
background-color: rgb(var(--green-6));
color: rgb(var(--green-6));
}
&.warn {
color: rgb(var(--orange-6));
}
&.error {
background-color: rgb(var(--red-6));
color: rgb(var(--red-6));
}
}
}