style: 压缩档口入库码筛选工具栏 (#239)

This commit is contained in:
chengma
2026-08-15 11:04:10 +08:00
parent 7b766f5c2a
commit d79bdb10d3
3 changed files with 69 additions and 10 deletions
+11 -2
View File
@@ -624,8 +624,13 @@ input.wide { width: 100%; }
.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 .inner-code-filter-form { flex-wrap: wrap; }
.inner-code-toolbar input[type="date"] { width: 138px; min-width: 138px; }
.inner-code-toolbar input[type="text"].inner-code-search {
flex: 0 0 150px;
width: 150px;
min-width: 150px;
}
.inner-code-toolbar .file-field {
display: inline-block;
max-width: 150px;
@@ -648,6 +653,10 @@ input.wide { width: 100%; }
.ai-match-items-wrap { max-height: min(420px, 52vh); overflow: auto; }
.ai-match-items-wrap th { position: sticky; top: 0; z-index: 1; }
@media (max-width: 760px) {
.inner-code-toolbar .inner-code-filter-form { flex-basis: 100%; }
}
select {
padding: 5px 8px;
border: 1px solid #ccd1d6;