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

下啦刷新

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