🔨 监控逻辑.
This commit is contained in:
@@ -31,19 +31,19 @@
|
||||
background-color: rgb(var(--blue-6));
|
||||
|
||||
&.normal {
|
||||
color: rgb(var(--arcoblue-6));
|
||||
background-color: rgb(var(--arcoblue-6));
|
||||
}
|
||||
|
||||
&.pass {
|
||||
color: rgb(var(--green-6));
|
||||
background-color: rgb(var(--green-6));
|
||||
}
|
||||
|
||||
&.warn {
|
||||
color: rgb(var(--orange-6));
|
||||
background-color: rgb(var(--orange-6));
|
||||
}
|
||||
|
||||
&.error {
|
||||
color: rgb(var(--red-6));
|
||||
background-color: rgb(var(--red-6));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user