Add DICOM UPP registration workspace

This commit is contained in:
Codex
2026-05-28 11:58:59 +08:00
parent 07df6ce446
commit cb18aabb4d
19 changed files with 5644 additions and 1 deletions

View File

@@ -194,6 +194,12 @@ button {
background: linear-gradient(180deg, rgba(17, 61, 70, 0.92), rgba(9, 30, 42, 0.98));
}
.top-actions #registrationHomeBtn {
border-color: rgba(240, 181, 78, 0.62);
color: #ffe3ad;
background: linear-gradient(180deg, rgba(66, 47, 17, 0.92), rgba(34, 23, 9, 0.98));
}
.primary-btn,
.link-btn {
height: 34px;
@@ -229,6 +235,11 @@ button {
background: rgba(25, 212, 194, 0.14);
}
.top-actions #registrationHomeBtn:hover {
border-color: var(--amber);
background: rgba(240, 181, 78, 0.14);
}
.layout {
height: calc(100vh - 66px);
display: grid;
@@ -451,6 +462,27 @@ button {
white-space: nowrap;
}
.registration-mini {
max-width: 94px;
padding: 2px 7px;
overflow: hidden;
border: 1px solid rgba(25, 212, 194, 0.46);
border-radius: 999px;
color: #baf8ee;
background: rgba(25, 212, 194, 0.08);
font-size: 11px;
font-weight: 700;
line-height: 1.45;
text-overflow: ellipsis;
white-space: nowrap;
}
.registration-mini.pending {
border-color: rgba(240, 181, 78, 0.52);
color: #ffe0a3;
background: rgba(240, 181, 78, 0.08);
}
.mini-badge {
flex: 0 0 auto;
padding: 2px 7px;
@@ -636,6 +668,12 @@ button {
margin-bottom: 12px;
}
.detail-actions {
display: flex;
gap: 8px;
align-items: center;
}
.detail-title h3 {
margin: 0;
}