管理员可以直观查看白名单

This commit is contained in:
2026-07-28 16:23:20 +08:00
parent 8b022bd949
commit dc93451775
2 changed files with 22 additions and 0 deletions

View File

@@ -109,3 +109,18 @@ body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-
.fullscreen-overlay .fullscreen-text th {background: #f0f0f0;}
.detail-row { margin-bottom: 8px; }
.white-list-tag {
font-size: 12px;
color: #555;
background: #f0f0f0;
padding: 2px 8px;
border-radius: 10px;
margin-right: 6px;
max-width: 80px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
display: inline-block;
vertical-align: middle;
}