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

修改样式

上级 2870e38f
......@@ -44,7 +44,7 @@
<coupo-item
v-for="(item, index) in couponList"
:key="index"
class="item"
:class="['item', index == couponList.length - 1 ? 'pbt-50' : '']"
:coupon-detail="item"
:show-tips.sync="item.showTips"
:has-tips="hasTips"
......@@ -263,12 +263,14 @@ export default {
background-color: #fff;
}
.page-content {
height: 100%;
padding: 0 12px 24px;
height: 100%;
}
.list {
padding-bottom: 50px;
padding: 10px 12px 0 ;
height: calc(100vh);
}
.pbt-50 {
padding-bottom: 50px;
}
}
</style>
\ No newline at end of file
......@@ -253,10 +253,10 @@ export default {
}
.page-content {
height: 100%;
padding: 0 12px 24px;
}
.list {
// padding-bottom: 50px;
padding: 10px 12px 0;
height: calc(100vh);
}
.pbt-50 {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册