Commit d9c9c6f5 by gaoju

修改计划书页面滑动问题

1 parent 36b40e1c
......@@ -169,13 +169,19 @@ go=(item)=>{
<div className={!showClient||!showClient1?styles.tabs1:styles.tabs}>
{/*计划书列表---所有*/}
{this.props.allPlanList &&
<div>
<div style={{ position: 'relative', minHeight:'100%',backgroundColor: '#fff',overflow: 'hidden',marginLeft:'15px',width: '100%'}}>
<Iscroll id="myPlan-2"
iscrollOptions={{
probeType:2
}}
>
<InsuranceList planList = {this.props.allPlanList} goAddInsurance={this.goAddInsurance} style={{paddingTop:'0.2rem',}}></InsuranceList>
<div className={styles.noMore}>
<div><img src={require('../../assets/image/no-more.png')} alt=""/>
<span>没有更多啦</span>
</div>
</div>
</Iscroll>
</div>
}
{/* 我的客户---无客户跟进中*/}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!