xujing před 5 roky
rodič
revize
a111bd7589

+ 5
- 5
src/app.scss Zobrazit soubor

@@ -23,12 +23,12 @@
23 23
   border-radius: 0;
24 24
   border:none;
25 25
 }
26
-.at-tabs-pane--active{
27
-  height: 100vh!important;
28
-  overflow: scroll;
29
-  padding-bottom: 100px;
26
+// .at-tabs-pane--active{
27
+//   height: 100vh!important;
28
+//   overflow: scroll;
29
+//   padding-bottom: 100px;
30 30
 
31
-}
31
+// }
32 32
 @keyframes fadeBottomIn {
33 33
   0% {
34 34
     transform: translateY(10%);

+ 6
- 0
src/pages/activity/index.scss Zobrazit soubor

@@ -31,3 +31,9 @@
31 31
   }
32 32
 
33 33
 }
34
+.at-tabs-pane--active{
35
+  height: 100vh!important;
36
+  overflow: scroll;
37
+  padding-bottom: 100px;
38
+
39
+}

+ 1
- 0
src/pages/news/index.js Zobrazit soubor

@@ -115,6 +115,7 @@ export default class Index extends Component {
115 115
     return (
116 116
       <ListView
117 117
         className="wrap"
118
+        style="height: calc(100vh - 120rpx);"
118 119
         needInit
119 120
         isEmpty={isEmpty}
120 121
         emptyText="暂无资讯~"

+ 5
- 0
src/pages/shop/index.scss Zobrazit soubor

@@ -156,7 +156,12 @@
156 156
     font-weight: bold;
157 157
   }
158 158
 }
159
+.at-tabs-pane--active{
160
+  height: 100vh!important;
161
+  overflow: scroll;
162
+  padding-bottom: 100px;
159 163
 
164
+}
160 165
 .list__wrap {
161 166
   margin-top: 20px;
162 167
   overflow: hidden;

+ 1
- 0
src/useless/pages/person/customerAnalysis/followUpCustomer/index.js Zobrazit soubor

@@ -284,6 +284,7 @@ export default class followUpCustomer extends Taro.Component {
284 284
         <View style="padding:0 10px 10px 10px">
285 285
           <ListView
286 286
             className="wrap"
287
+            style="height: calc(100vh - 234rpx)"
287 288
             needInit
288 289
             isEmpty={isEmpty}
289 290
             emptyText="暂无跟进客户~"

+ 4
- 1
src/useless/pages/person/customerAnalysis/index.scss Zobrazit soubor

@@ -3,7 +3,7 @@
3 3
 .wrap {
4 4
   background: white;
5 5
   position: relative;
6
-  height:100vh;
6
+  // height:100vh;
7 7
 }
8 8
 .my-customer{
9 9
   flex: 0 0 50%;
@@ -55,6 +55,9 @@
55 55
   
56 56
   }
57 57
 }
58
+.at-tabs{
59
+  height: 100vh;
60
+}
58 61
 .tab-box{
59 62
   .at-tabs__header{
60 63
     width: 86%;

+ 1
- 0
src/useless/pages/person/customerAnalysis/transactionCustomer/index.js Zobrazit soubor

@@ -115,6 +115,7 @@ export default class transactionCustomer extends Taro.Component {
115 115
       <View style="padding:0 10px 10px 10px">
116 116
         <ListView
117 117
           className="wrap"
118
+          style="height: calc(100vh - 78rpx)"
118 119
           needInit
119 120
           isEmpty={isEmpty}
120 121
           emptyText="暂无成交客户~"