Преглед изворни кода

解决访问记录下方空白问题

许静 пре 5 година
родитељ
комит
f8931aaefc
1 измењених фајлова са 3 додато и 3 уклоњено
  1. 3
    3
      src/pages/person/customerAnalysis/myCustomer.js

+ 3
- 3
src/pages/person/customerAnalysis/myCustomer.js Прегледај датотеку

@@ -464,7 +464,7 @@ export default class myCustomer extends Taro.Component {
464 464
           </View>
465 465
           <View onClick={this.handleTelClick.bind(this, customerDetail)} className='user__left__phone'>{customerDetail.phone}<Image style="width:36rpx;height:36rpx;margin-left:20rpx;" src={phoneImg} /></View>
466 466
         </View>
467
-        <AtTabs height="calc(100vh - 310rpx)" className="my-tab" current={this.state.current} tabList={tabList} onClick={this.handleClick.bind(this)}>
467
+        <AtTabs height="calc(100vh - 300rpx)" className="my-tab" current={this.state.current} tabList={tabList} onClick={this.handleClick.bind(this)}>
468 468
           <AtTabsPane current={this.state.current} index={0} >
469 469
             <View className="tab-pane1 pane">
470 470
               <View className="status">{customerDetail.status == 1 ? '报备' : customerDetail.status == 2 ? '到访' : customerDetail.status == 3 ? '认筹' : '签约'}</View>
@@ -480,7 +480,7 @@ export default class myCustomer extends Taro.Component {
480 480
             <View className="tab-pane2 pane">
481 481
               <ListView
482 482
                 className="wrap"
483
-                style="height:calc(100vh - 310rpx)"
483
+                style="height:calc(100vh - 300rpx)"
484 484
                 needInit
485 485
                 isEmpty={isEmpty}
486 486
                 emptyText="暂无访问记录~"
@@ -516,7 +516,7 @@ export default class myCustomer extends Taro.Component {
516 516
             <View className="tab-pane3 pane">
517 517
               <ListView
518 518
                 className="wrap"
519
-                style="height:calc(100vh - 310rpx)"
519
+                style="height:calc(100vh - 300rpx)"
520 520
                 needInit
521 521
                 isEmpty={isEmpty2}
522 522
                 emptyText="暂无活动信息~"