style:调整商品列表搜索框为固定定位
This commit is contained in:
parent
536cf4b13c
commit
504e402c97
|
@ -39,7 +39,7 @@
|
||||||
<div class="topBanner">
|
<div class="topBanner">
|
||||||
<div class="search-backpresty" :style="{
|
<div class="search-backpresty" :style="{
|
||||||
background:(viewConfig.search.iswitch==='1'?(viewConfig.search.bgColor):'none'),
|
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"
|
<img class="backpresty" @click="backHandler" v-if="goodsShow&&!isKey"
|
||||||
src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/backprepageBtn.png"
|
src="https://lsxdemall.oss-cn-beijing.aliyuncs.com/MarketingSystem/img/backprepageBtn.png"
|
||||||
|
|
Loading…
Reference in New Issue