Commit 472d0df916f25ef63d148196f39e889b91d1a399
1 parent
b8163298
搜索优化
Showing
1 changed file
with
1 additions
and
1 deletions
components/diy_searchbox/diy_searchbox.wxml
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <view class='ss' style="position: relative;{{transparent ? '' : (nav_backgroundColor ? ('background-color:' + nav_backgroundColor) : 'background-color:#fff;')}}"> |
6 | 6 | <view bindtap='click_sear' class="s1_gk_a1 " wx:if="{{first}}"> |
7 | 7 | <view class="s_ge {{object.is_bord==1 ? 'is_bord' : ''}}" style="text-align: {{object.searchbox_center}};"> |
8 | - <image src='{{imghost}}/miniapp/images/search.png'></image> | |
8 | + <image src='{{imghost}}/miniapp/images/search.png' style="vertical-align:baseline;"></image> | |
9 | 9 | <text wx:if="{{object.searchbox_text}}">{{object.searchbox_text}}</text> |
10 | 10 | <text wx:else>请输入商品关键字</text> |
11 | 11 | </view> | ... | ... |