张延森 před 4 roky
rodič
revize
9a6a006309
3 změnil soubory, kde provedl 4 přidání a 6 odebrání
  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 Zobrazit soubor

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

+ 1
- 1
src/compents/tab/index.scss Zobrazit soubor

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

+ 2
- 1
src/pages/addimg/index.jsx Zobrazit soubor

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