培训文档加刷新
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user