Skip to content

Commit

Permalink
fix: searchbar 修复
Browse files Browse the repository at this point in the history
  • Loading branch information
Ymm0008 committed Jan 12, 2023
1 parent f4fdc73 commit c28bf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/packages/__VUE/searchbar/index.taro.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<slot name="leftin"></slot>
</view>
<view :class="['nut-searchbar__input-inner', $slots.rightin && 'nut-searchbar__input-inner-absolute']">
<form action="#" onsubmit="return false" @submit.prevent="handleSubmit">
<form class="nut-searchbar__input-form" action="#" onsubmit="return false" @submit.prevent="handleSubmit">
<input
ref="inputsearch"
:class="['nut-searchbar__input-bar', clearable && 'nut-searchbar__input-bar_clear']"
Expand Down

0 comments on commit c28bf05

Please sign in to comment.