Skip to content

Commit

Permalink
fix: 搜索框手机端回车按钮修改为搜索
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Kai committed Nov 1, 2022
1 parent 440ddef commit fcf1155
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/options/components/SearchBox.vue
Expand Up @@ -14,6 +14,7 @@
@click.stop="showSelectBox"
@click:clear="clearSearchKey"
:loading="loadStatus"
enterkeyhint="search"
v-on:keyup.enter="searchTorrent()"
>
<!-- 近期热门 -->
Expand Down
1 change: 1 addition & 0 deletions src/options/views/Home.vue
Expand Up @@ -63,6 +63,7 @@
label="Search"
single-line
hide-details
enterkeyhint="search"
></v-text-field>
</v-card-title>

Expand Down
1 change: 1 addition & 0 deletions src/options/views/search/SearchTorrent.vue
Expand Up @@ -300,6 +300,7 @@
:label="$t('searchTorrent.filterSearchResults')"
single-line
hide-details
enterkeyhint="search"
></v-text-field>
</div>
</v-flex>
Expand Down

0 comments on commit fcf1155

Please sign in to comment.