背调优化

发邮件记录添加姓名和邮箱模糊搜索
This commit is contained in:
wyn
2026-06-05 13:52:35 +08:00
parent 752494dbdb
commit 1d54946fef
6 changed files with 243 additions and 11 deletions

View File

@@ -289,6 +289,57 @@ a.ext:hover { text-decoration: underline; }
margin: 6px 0;
}
.report-rules {
margin-top: 32px;
padding: 18px 22px;
background: #f8fafc;
border: 1px solid var(--border);
border-radius: var(--radius-sm);
font-size: 13px;
color: var(--text-muted);
line-height: 1.7;
}
.report-rules-title {
font-size: 14px;
font-weight: 700;
color: var(--text);
margin: 0 0 12px;
}
.report-rules-sub {
font-size: 13px;
font-weight: 600;
color: var(--text);
margin: 14px 0 8px;
}
.rules-table {
width: 100%;
border-collapse: collapse;
font-size: 13px;
}
.rules-table th,
.rules-table td {
border: 1px solid var(--border);
padding: 8px 10px;
text-align: left;
vertical-align: top;
}
.rules-table th {
background: #edf2f7;
color: var(--text);
font-weight: 600;
width: 22%;
}
.rules-table td strong {
color: var(--text);
}
.report-rules ul {
margin: 0;
padding-left: 18px;
}
.report-rules li {
margin: 4px 0;
}
.report-foot {
margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--border);
font-size: 12px; color: var(--text-muted); text-align: center; line-height: 1.7;