This commit is contained in:
aihe 2024-08-02 15:52:06 +08:00
parent 15f002ce93
commit e8c6e609be
2 changed files with 5 additions and 3 deletions

View File

@ -37,7 +37,7 @@
}, },
bgColor: { bgColor: {
default () { default () {
return '#f2f2f2' return '#FFF'
} }
}, },
height: { height: {

View File

@ -4,8 +4,10 @@
<template v-slot:header> <template v-slot:header>
<view class="pgb-header"> <view class="pgb-header">
<view class="com-jianju"> <view class="com-jianju">
<!-- 关键字搜索框 --> <view class="pos-rlt">
<tpx-search placeholder="选择地址" :value="getAddressDetail(searchParam, false)" @click="showAddress"></tpx-search> <tpx-search placeholder="选择地址" :value="getAddressDetail(searchParam, false)"></tpx-search>
<view @click="showAddress" class="pos-abt-all"></view>
</view>
</view> </view>
</view> </view>
</template> </template>