style:搜索更改,样式更改 bug提交

This commit is contained in:
迷和油
2025-06-11 17:23:30 +08:00
parent 1b5a02a5f4
commit 13bcfe2a67
7 changed files with 39 additions and 10 deletions

View File

@@ -15,7 +15,7 @@
<form action="{:url('attachment/index')}" method="get">
<div class="search_all">
<input type="hidden" name="id" value="{$Request.get.id}" />
<input type="text" name="keyword" placeholder="{:lang_i18n('搜索型号')}" />
<input type="text" name="keyword" placeholder="{:lang_i18n('搜索')}" />
<button class="searchbtn" type="submit"><img src="__IMAGES__/search_blue.png" /></button>
</div>
</form>