优化评查结果的显示效果

This commit is contained in:
2025-06-01 18:30:39 +08:00
parent 7c935a8c8c
commit 529ed8072b
13 changed files with 2989 additions and 266 deletions
+5 -3
View File
@@ -225,7 +225,7 @@
.review-point-item:hover {
/* background-color: #f5f5f5; */
/* box-shadow: 10px 10px 10px 3px rgba(250, 173, 20, 0.6); */
transform: translateX(-2px);
/* transform: translateX(-2px); */
box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.08);
}
@@ -294,8 +294,10 @@
}
.status-success {
background-color: #f6ffed;
/* background-color: #f6ffed; */
background-color: #e7ffcd;
color: #52c41a;
/* color: #143503; */
}
.status-error {
@@ -304,7 +306,7 @@
}
.status-warning {
background-color: #fffbe6;
background-color: #fff2aec7;
color: #faad14;
}