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

修改样式

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