修改首页更多品牌显示
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@
|
||||
<div><van-button style="width:16vw;" type="danger" round size="small" @click="onSearch">搜索</van-button></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="home-companys mt30 fn-flex">
|
||||
<div class="home-companys mt30 fn-flex" v-if="cityBrandList.length>0">
|
||||
<div class="fn-flex-item relative">
|
||||
<div class="absolute left-0 right-0 top-0 scroll-x" style="white-space: nowrap;">
|
||||
<template v-for="(item,index) in cityBrandList" :key="index">
|
||||
|
||||
Reference in New Issue
Block a user