数据过滤

This commit is contained in:
2025-08-05 17:09:41 +08:00
parent 2836fe4892
commit 4a2d3de48b
6 changed files with 48 additions and 9 deletions

View File

@ -188,6 +188,10 @@
// 运行状态颜色区分
.running {
.uni-group__title {
background-color: #05AEA3;
}
.uni-collapse-item__title-text {
color: #05AEA3;
}
@ -199,6 +203,10 @@
}
.danger {
.uni-group__title {
background-color: #FC6B69;
}
.uni-collapse-item__title-text {
color: #FC6B69;
}