Refine DICOM classification labels and loading

This commit is contained in:
Codex
2026-05-27 11:07:27 +08:00
parent 0f06b04bf7
commit 3c954cd274
5 changed files with 232 additions and 92 deletions

View File

@@ -471,6 +471,12 @@ button:disabled {
background: rgba(240, 181, 78, 0.1);
}
.tag-line .tag-warn {
border-color: rgba(251, 113, 133, 0.72);
color: #fecdd3;
background: rgba(251, 113, 133, 0.1);
}
.viewer-pane {
min-width: 0;
display: grid;
@@ -556,27 +562,6 @@ button:disabled {
display: none;
}
.crosshair {
position: absolute;
opacity: 0.72;
}
.crosshair-v {
top: 4%;
bottom: 4%;
left: 50%;
width: 1px;
background: #ff3b30;
}
.crosshair-h {
left: 3%;
right: 3%;
top: 50%;
height: 1px;
background: #21c55d;
}
.ov {
position: absolute;
max-width: 42%;
@@ -594,30 +579,6 @@ button:disabled {
text-align: right;
}
.ov-left-mid {
left: 12px;
top: 50%;
transform: translateY(-50%);
}
.ov-right-mid {
right: 54px;
top: 50%;
transform: translateY(-50%);
}
.ov-top-mid {
top: 12px;
left: 50%;
transform: translateX(-50%);
}
.ov-bottom-mid {
bottom: 12px;
left: 50%;
transform: translateX(-50%);
}
.ov-left-bottom {
left: 14px;
bottom: 12px;
@@ -747,6 +708,12 @@ button:disabled {
box-shadow: inset 3px 0 0 rgba(240, 181, 78, 0.95);
}
.phase-options label.warn-option:has(input:checked) {
border-color: rgba(251, 113, 133, 0.78);
color: #fecdd3;
background: rgba(251, 113, 133, 0.12);
}
.part-grid .skip-option:has(input:checked) {
border-color: rgba(240, 181, 78, 0.72);
background: rgba(240, 181, 78, 0.12);
@@ -780,10 +747,14 @@ button:disabled {
.phase-options {
display: grid;
grid-template-columns: repeat(3, minmax(110px, 1fr));
grid-template-columns: repeat(4, minmax(100px, 1fr));
gap: 8px;
}
.chest-window-options {
grid-template-columns: repeat(3, minmax(110px, 1fr));
}
.annotation-actions {
display: grid;
grid-template-columns: 118px minmax(0, 1fr);