张延森 4 years ago
parent
commit
9a6a006309
3 changed files with 4 additions and 6 deletions
  1. 1
    4
      src/app.scss
  2. 1
    1
      src/compents/tab/index.scss
  3. 2
    1
      src/pages/addimg/index.jsx

+ 1
- 4
src/app.scss View File

8
    padding: 0 41.3px 0;
8
    padding: 0 41.3px 0;
9
    width: 667.33px;
9
    width: 667.33px;
10
  
10
  
11
-   
12
- 
13
- 
14
    color: #181818;
11
    color: #181818;
15
  }
12
  }
16
 
13
 
65
 
62
 
66
 
63
 
67
  .scrol{
64
  .scrol{
68
-  height: calc(100vh - 85px)
65
+  height: calc(100vh - 130px)
69
  }
66
  }

+ 1
- 1
src/compents/tab/index.scss View File

1
 .tab{
1
 .tab{
2
     
2
     
3
-    position:absolute;
3
+    position: absolute;
4
     bottom: 0;
4
     bottom: 0;
5
     width: 100%;
5
     width: 100%;
6
     height: 130px;
6
     height: 130px;

+ 2
- 1
src/pages/addimg/index.jsx View File

95
 
95
 
96
 
96
 
97
         <View >
97
         <View >
98
-
98
+            <Layout>
99
             <View className='at-row at-row--wrap'>
99
             <View className='at-row at-row--wrap'>
100
                 {list.map((x) => {
100
                 {list.map((x) => {
101
                     return <View className='at-col at-col-3 addimg-view-card' key={x.imageId}>
101
                     return <View className='at-col at-col-3 addimg-view-card' key={x.imageId}>
109
                     return <View className='at-col at-col-4'>A</View>
109
                     return <View className='at-col at-col-4'>A</View>
110
                 })} */}
110
                 })} */}
111
             </View>
111
             </View>
112
+            </Layout>
112
             <Tab value={['取消', `选择${choiceList.length}`]} pageState="3" onClick={[(e) => Taro.navigateBack({
113
             <Tab value={['取消', `选择${choiceList.length}`]} pageState="3" onClick={[(e) => Taro.navigateBack({
113
                 delta: 1
114
                 delta: 1
114
             }), (e) => onAddimg()]}></Tab>
115
             }), (e) => onAddimg()]}></Tab>