style:调整商品列表搜索框为固定定位

This commit is contained in:
wangsongsole 2022-10-10 10:59:38 +08:00
parent 536cf4b13c
commit 504e402c97
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@
<div class="topBanner">
<div class="search-backpresty" :style="{
background:(viewConfig.search.iswitch==='1'?(viewConfig.search.bgColor):'none'),
position:(viewConfig.search.iswitch!=='1'?'fixed':'absolute')
position:'fixed'
}">
<img class="backpresty" @click="backHandler" v-if="goodsShow&&!isKey"
src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/backprepageBtn.png"