fix: 修复苹果手机搜索框无法跳转搜索页的问题
This commit is contained in:
parent
f1fd270762
commit
d551c03564
@ -113,14 +113,10 @@
|
|||||||
color="#666666"
|
color="#666666"
|
||||||
style="line-height: 60rpx"
|
style="line-height: 60rpx"
|
||||||
/>
|
/>
|
||||||
<input
|
<view
|
||||||
confirm-type="search"
|
|
||||||
class="input"
|
class="input"
|
||||||
type="text"
|
|
||||||
:placeholder="__('输入关键词')"
|
|
||||||
readonly="readonly"
|
|
||||||
@click="onSearch"
|
@click="onSearch"
|
||||||
/>
|
>搜索你想要的</view>
|
||||||
</view>
|
</view>
|
||||||
<block slot="right">
|
<block slot="right">
|
||||||
<view
|
<view
|
||||||
@ -2124,6 +2120,10 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.input{
|
||||||
|
color: #000;
|
||||||
|
}
|
||||||
|
|
||||||
.input-view {
|
.input-view {
|
||||||
width: 92%;
|
width: 92%;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user