Fix:2459 【商城小程序】康养首页--城市列表应以三列进行展示
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
>
|
||||
<view
|
||||
v-if="tabIndex === 0"
|
||||
class="item item-store"
|
||||
class="city-item"
|
||||
@click="goStore(item.id, item.cityName)"
|
||||
>
|
||||
<image
|
||||
@@ -305,6 +305,15 @@ export default {
|
||||
|
||||
<style scoped lang="less">
|
||||
@import "@/assets/css/product.less";
|
||||
.cover{
|
||||
width: 160rpx !important;
|
||||
height: 160rpx !important;
|
||||
border-radius: 8rpx;
|
||||
}
|
||||
.city-item{
|
||||
width: 160rpx !important;
|
||||
margin: 30rpx 0rpx 0rpx 20rpx;
|
||||
}
|
||||
.news-title{
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user