Add DICOM UPP patient name matching

This commit is contained in:
Codex
2026-05-28 09:52:17 +08:00
parent 160790d38d
commit 026f6ce83c
4 changed files with 137 additions and 4 deletions

View File

@@ -430,6 +430,27 @@ button {
gap: 7px;
}
.card-status {
display: grid;
justify-items: end;
gap: 5px;
}
.name-check-warning {
max-width: 84px;
padding: 2px 7px;
overflow: hidden;
border: 1px solid rgba(240, 181, 78, 0.58);
border-radius: 999px;
color: #ffe0a3;
background: rgba(240, 181, 78, 0.1);
font-size: 11px;
font-weight: 700;
line-height: 1.45;
text-overflow: ellipsis;
white-space: nowrap;
}
.mini-badge {
flex: 0 0 auto;
padding: 2px 7px;