fix: 测试样式bug统一修复。

This commit is contained in:
tianyongbao
2026-02-04 10:39:53 +08:00
parent 15d0502bb1
commit 30b3475ed7
12 changed files with 43 additions and 43 deletions

View File

@@ -481,14 +481,14 @@ page {
font-size: 22rpx;
font-weight: 500;
&.status-normal {
&.status-normal {
background-color: rgba(82, 196, 26, 0.2);
color: #ffffff;
color: #52c41a;
}
&.status-disabled {
background-color: rgba(255, 77, 79, 0.2);
color: #ffffff;
background-color: rgba(255, 77, 79, 0.15);
color: #ff4d4f;
}
}
}