Commit 019d7f54fbe812e86f8e0f229b45aced9119704c
1 parent
e93008bb
健康商品标题位置加宽
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/goodsItem_7/goodsItem_7.vue
| @@ -17,7 +17,7 @@ | @@ -17,7 +17,7 @@ | ||
| 17 | <!-- 角标 --> | 17 | <!-- 角标 --> |
| 18 | <slot name="flag"></slot> | 18 | <slot name="flag"></slot> |
| 19 | </div> | 19 | </div> |
| 20 | - <div class="content-box" :class="{'integral-content-box':company == 1}"> | 20 | + <div class="content-box" :class="{'integral-content-box':company == 1 || company == 2}"> |
| 21 | <div class="title" :class="{'grey-title':company == 2}">{{item.title}}</div> | 21 | <div class="title" :class="{'grey-title':company == 2}">{{item.title}}</div> |
| 22 | <!-- <div class="coupon-box"> | 22 | <!-- <div class="coupon-box"> |
| 23 | 满180减10 | 23 | 满180减10 |