提交 84174cef 编写于 作者: jingqi.liu's avatar jingqi.liu

修改样式

上级 c01d824e
...@@ -40,7 +40,7 @@ ...@@ -40,7 +40,7 @@
<coupo-item <coupo-item
v-for="(item, index) in couponList" v-for="(item, index) in couponList"
:key="index" :key="index"
:class="['item', index == couponList.length - 1 ? 'pbt-50' : '']" :class="['item', index == couponList.length - 1 ? 'pbt-88' : '']"
:coupon-detail="item" :coupon-detail="item"
:show-tips.sync="item.showTips" :show-tips.sync="item.showTips"
@goUse="chooseCoupon" @goUse="chooseCoupon"
...@@ -259,8 +259,8 @@ export default { ...@@ -259,8 +259,8 @@ export default {
padding: 10px 12px 0; padding: 10px 12px 0;
height: calc(100vh); height: calc(100vh);
} }
.pbt-50 { .pbt-88 {
padding-bottom: 50px; padding-bottom: 88px;
} }
} }
</style> </style>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册