优化评查结果显示

This commit is contained in:
2025-05-30 19:48:37 +08:00
parent 099d92f9ed
commit e9084ad500
5 changed files with 1038 additions and 572 deletions
+14 -7
View File
@@ -209,23 +209,30 @@
.review-points-list {
flex: 1;
overflow-y: auto;
padding: 0;
padding: 2px;
}
.review-point-item {
padding: 20px;
border-bottom: 1px solid var(--border-color);
/* box-sizing: border-box; */
/* margin: 10px; */
padding: 10px;
/* border-bottom: 1px solid var(--border-color); */
cursor: pointer;
transition: background-color 0.3s;
width: 100%;
/* border-radius: 6px; */
}
.review-point-item:hover {
background-color: #f5f5f5;
/* background-color: #f5f5f5; */
/* box-shadow: 10px 10px 10px 3px rgba(250, 173, 20, 0.6); */
transform: translateX(-1px);
box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.08);
}
.review-point-item.active {
background-color: var(--primary-light);
/* background-color: var(--primary-light); */
/* border: 1px solid var(--primary-color); */
}
.review-point-header {
@@ -249,7 +256,7 @@
font-weight: 500;
font-size: 13px;
line-height: 1.3;
margin-right: 8px;
/* margin-right: 8px; */
margin-bottom: 3px;
}