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

下啦刷新

上级 3c9fc66f
......@@ -29,6 +29,7 @@
style="height: 100%"
v-model="refreshing"
@refresh="onRefresh"
class="refresh-list"
>
<van-list
:immediate-check="false"
......@@ -230,16 +231,18 @@ export default {
.coupon-list-wrapper {
min-height: 100vh;
background: #f8f9fa;
overflow-y: hidden;
&.no-pt {
padding-top: 10px;
}
}
.page-wrapper {
overflow-y: hidden;
padding-top: 84px;
height: 100vh;
display: flex;
flex-direction: column;
/deep/ .nav-title {
::v-deep .nav-title {
border-bottom: 1px solid transparent !important;
position: relative !important;
}
......@@ -252,6 +255,7 @@ export default {
}
.list {
padding-bottom: 50px;
height: calc(100vh);
}
}
</style>
\ No newline at end of file
......@@ -27,6 +27,7 @@
style="height: 100%"
v-model="refreshing"
@refresh="onRefresh"
class="refresh-list"
>
<van-list
:immediate-check="false"
......@@ -227,11 +228,13 @@ export default {
.coupon-list-wrapper {
min-height: 100vh;
background: #f8f9fa;
overflow-y: hidden;
&.no-pt {
padding-top: 10px;
}
}
.page-wrapper {
overflow-y: hidden;
padding-top: 134px;
height: 100vh;
background-color: #f5f6f8;
......@@ -240,7 +243,7 @@ export default {
.tabs {
margin-top: -1px;
}
/deep/ .nav-title {
::v-deep .nav-title {
border-bottom: 1px solid transparent !important;
position: relative !important;
}
......@@ -253,6 +256,7 @@ export default {
}
.list {
padding-bottom: 50px;
height: calc(100vh);
}
}
</style>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册