feat: 支持顺运宝多订单号搜索 (#217)
This commit is contained in:
@@ -122,6 +122,11 @@ body.syb-page-body > .page {
|
||||
min-width: 138px;
|
||||
}
|
||||
.sync-range-message { margin: -4px 0 10px; }
|
||||
.filter-feedback {
|
||||
margin: -4px 2px 10px;
|
||||
white-space: normal;
|
||||
overflow-wrap: anywhere;
|
||||
}
|
||||
/* 搜索框收窄到 30%。目前 PDD 商品页、顺运宝数据页、采集采购页在用;
|
||||
蝦皮数据页和客户端列表页仍是撑满的。
|
||||
这样搜索表单里就没有会伸展的元素了,多余空间留在按钮之后,
|
||||
@@ -134,6 +139,22 @@ body.syb-page-body > .page {
|
||||
flex: 0 0 140px;
|
||||
min-width: 140px;
|
||||
}
|
||||
.toolbar textarea.syb-search-input {
|
||||
flex: 0 0 140px;
|
||||
width: 140px;
|
||||
min-width: 140px;
|
||||
}
|
||||
.syb-order-search-input {
|
||||
height: 30px;
|
||||
min-height: 30px;
|
||||
padding: 5px 8px;
|
||||
border: 1px solid #ccd1d6;
|
||||
border-radius: 3px;
|
||||
font: inherit;
|
||||
line-height: 18px;
|
||||
resize: vertical;
|
||||
}
|
||||
.syb-order-search-input[aria-invalid="true"] { border-color: #b42318; }
|
||||
/* 蝦皮工具条同时放商品和店铺两个搜索框,各占剩余工具条的约 20%。
|
||||
min-width 继续由通用输入框规则提供,窄窗口时交给工具条自然换行。 */
|
||||
.toolbar input[type="text"].shopee-search-field { flex: 0 1 20%; }
|
||||
|
||||
Reference in New Issue
Block a user