Selaa lähdekoodia

Merge branch 'dev' of http://git.ycjcjy.com/zhiyuxing/miniapp-v3 into dev

张延森 5 vuotta sitten
vanhempi
commit
67b0418ad7

+ 5
- 5
src/app.scss Näytä tiedosto

@@ -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%);

+ 1
- 0
src/pages/activity/index.js Näytä tiedosto

@@ -134,6 +134,7 @@ export default class Index extends Component {
134 134
     return (
135 135
       <ListView
136 136
         className="wrap"
137
+        style="height: calc(100vh - 118rpx);"
137 138
         needInit
138 139
         isEmpty={isEmpty}
139 140
         emptyText="暂无活动~"

+ 6
- 0
src/pages/activity/index.scss Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 - 118rpx);"
118 119
         needInit
119 120
         isEmpty={isEmpty}
120 121
         emptyText="暂无资讯~"

+ 1
- 1
src/pages/person/spread/index.js Näytä tiedosto

@@ -78,7 +78,7 @@ export default class Index extends Component {
78 78
       <Block>
79 79
         {/* 生成海报 */}
80 80
         {makePosterStatus && (<Poster data={posterData} toggle={this.toggleVisiblePoster}></Poster>)}
81
-        <View className='page'>
81
+        <View className='spread-page'>
82 82
           <View className='spread-code'>
83 83
             <View className='spread-code-head'>
84 84
               <Image src={avatarurl} className='spread-code-head_img'></Image>

+ 2
- 2
src/pages/person/spread/index.scss Näytä tiedosto

@@ -1,8 +1,8 @@
1 1
 @import "@/styles/theme.scss";
2
-.page {
2
+.spread-page {
3 3
   position: relative;
4 4
   width: 100%;
5
-  height: 100%;
5
+  height: 100vh;
6 6
   background: #f0f0f0;
7 7
 }
8 8
 .spread-code {

+ 5
- 0
src/pages/shop/index.scss Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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 Näytä tiedosto

@@ -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="暂无成交客户~"