feat: 增加顺运宝批量 AI 规格匹配 (#202)
This commit is contained in:
@@ -208,8 +208,14 @@ body.syb-page-body > .page {
|
||||
min-width: 0;
|
||||
}
|
||||
.syb-toolbar .syb-filter-form select {
|
||||
width: 138px;
|
||||
min-width: 138px;
|
||||
width: 125px;
|
||||
min-width: 125px;
|
||||
}
|
||||
.syb-toolbar input[type="text"].syb-search-input,
|
||||
.syb-toolbar textarea.syb-search-input {
|
||||
flex-basis: 110px;
|
||||
width: 110px;
|
||||
min-width: 110px;
|
||||
}
|
||||
}
|
||||
/* 蝦皮工具条同时放商品和店铺两个搜索框,各占剩余工具条的约 20%。
|
||||
@@ -609,6 +615,14 @@ input.wide { width: 100%; }
|
||||
}
|
||||
.status-active { color: #1a7f37; background: #f0fff4; }
|
||||
.status-disabled { color: #777; background: #f3f4f6; }
|
||||
.mapping-source { white-space: nowrap; font-size: 12px; }
|
||||
.source-ai { color: #6f42c1; background: #f7f0ff; }
|
||||
.source-rule { color: #0969da; background: #eef6ff; }
|
||||
.source-manual { color: #57606a; background: #f6f8fa; }
|
||||
.ai-match-result-modal progress { width: 100%; height: 16px; }
|
||||
.ai-match-summary { margin: 0; }
|
||||
.ai-match-items-wrap { max-height: min(420px, 52vh); overflow: auto; }
|
||||
.ai-match-items-wrap th { position: sticky; top: 0; z-index: 1; }
|
||||
|
||||
select {
|
||||
padding: 5px 8px;
|
||||
|
||||
Reference in New Issue
Block a user