收益滚动
This commit is contained in:
parent
54d20217fa
commit
ee4347dc9e
|
@ -279,7 +279,7 @@
|
|||
/* background-color: #f7f7f7; */
|
||||
}
|
||||
/deep/.refresh-body{
|
||||
height: 100% !important;
|
||||
height:480px !important;
|
||||
border-top: 2px solid #f7f7f7;
|
||||
}
|
||||
.tapNav-name{
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
性别选择 -->
|
||||
<u-action-sheet :list="wqlistData" v-model="wqsyshow" @click="wqlistCallback"></u-action-sheet>
|
||||
</view>
|
||||
<t-refresh class="mian" ref="refresh" v-if="listData.length>0" @refresh="refresh" @loadMore="loadMore" :loadingType="loadingType" :tPadding="0" >
|
||||
<t-refresh class="mian" ref="refresh" v-if="listData.length>0" @refresh="refresh" @loadMore="loadMore" :loadingType="loadingType" :tPadding="0" >
|
||||
<template slot="content" >
|
||||
<view class="mian-view" v-for="(item,index) in listData" :key="index" @click="goOder(item)">
|
||||
<view class="mian-head">
|
||||
|
@ -206,7 +206,7 @@
|
|||
/* background-color: #f7f7f7; */
|
||||
}
|
||||
/deep/.refresh-body{
|
||||
height:640px !important;
|
||||
height:520px !important;
|
||||
border-top: 2px solid #f7f7f7;
|
||||
}
|
||||
.content{
|
||||
|
|
Loading…
Reference in New Issue