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