培训文档加刷新

This commit is contained in:
2023-08-28 11:29:54 +08:00
parent 608f2224c4
commit a487d9b894
2 changed files with 32 additions and 23 deletions

View File

@ -34,7 +34,7 @@
</div>
</div>
<van-pull-refresh v-model="isLoading" @refresh="onRefresh" style="height: 100%" v-show="!show">
<van-pull-refresh v-model="isLoading" @refresh="onRefresh" v-show="!show">
<div >
<div class="content_wrap" v-for="(item,index) in orderList" :key="index">
<div class="codeTxt common">
@ -242,16 +242,13 @@ export default {
padding: 10px 0 15px 0;
color: #737373;
opacity: .7;
div {
padding-top: 8px;
}
.active {
color: #3678FF;
position: relative;
}
.active:after {
content: '';
display: block;