mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
🐛 fix: remove space search
This commit is contained in:
parent
eef6e04655
commit
6244a644e9
|
|
@ -14,7 +14,7 @@
|
|||
<div class="row">
|
||||
<h3 id="mirror-title"><span class="fa fa-cube"></span> 镜像列表 </h3>
|
||||
{% unless page.legacy %}
|
||||
<input type="search" v-model="filter" id="search" placeholder="搜索" autocomplete="off">
|
||||
<input type="search" v-model.trim="filter" id="search" placeholder="搜索" autocomplete="off">
|
||||
{% endunless %}
|
||||
</div>
|
||||
<table class="table" v-if="mirrorList.length">
|
||||
|
|
|
|||
Loading…
Reference in New Issue