feat: 统一列表搜索清除入口 (#248)

This commit is contained in:
chengma
2026-08-15 17:47:45 +08:00
parent e55e2b59ca
commit 9f354198c7
7 changed files with 65 additions and 4 deletions
+1
View File
@@ -40,6 +40,7 @@
用类名而不是改 .toolbar input[type="text"]——那条规则被 5 个页面共用。 */}}
<input id="q" type="text" name="q" value="{{.Keyword}}"
class="search-narrow" placeholder="商品 ID 或链接的一部分">
<a class="button-link" href="/pdd?page_size={{.CurrentPageSize}}">清除</a>
<button type="submit">搜索</button>
</form>