feat: 增加档口入库码独立页面 (#233)
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user