feat: 增加档口入库码独立页面 (#233)

This commit is contained in:
chengma
2026-08-15 08:59:40 +08:00
parent 9961f0f538
commit 7665fd93ed
10 changed files with 739 additions and 4 deletions
+24
View File
@@ -615,6 +615,30 @@ input.wide { width: 100%; }
}
.status-active { color: #1a7f37; background: #f0fff4; }
.status-disabled { color: #777; background: #f3f4f6; }
.inner-code-status-ready,
.inner-code-status-updated,
.inner-code-status-already_filled { color: #1a7f37; background: #f0fff4; }
.inner-code-status-applying { color: #0969da; background: #eef6ff; }
.inner-code-status-skipped,
.inner-code-status-needs_check { color: #7a4b00; background: #fff8c5; }
.inner-code-status-failed { color: #b42318; background: #fff1f0; }
.inner-code-status-pending { color: #57606a; background: #f3f4f6; }
.inner-code-toolbar { flex: 0 0 auto; }
.inner-code-toolbar input[type="date"] { width: 138px; }
.inner-code-toolbar .inner-code-search { width: 220px; }
.inner-code-toolbar .file-field {
display: inline-block;
max-width: 150px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
color: #57606a;
}
.inner-code-notice { flex: 0 0 auto; margin: -4px 0 10px; }
.inner-code-table-wrap { flex: 1 1 auto; min-height: 180px; overflow: auto; scrollbar-gutter: stable; }
.inner-code-table { min-width: 1500px; }
.inner-code-table th { position: sticky; top: 0; z-index: 1; }
.inner-code-table .inner-code-message { min-width: 260px; max-width: 360px; }
.mapping-source { white-space: nowrap; font-size: 12px; }
.source-ai { color: #6f42c1; background: #f7f0ff; }
.source-rule { color: #0969da; background: #eef6ff; }