Merge branch 'develop' of http://git.yoho.cn/mobile/YH_RNComponent into develop
Showing
1 changed file
with
1 additions
and
6 deletions
@@ -155,19 +155,16 @@ export default class UploadProgress extends React.Component { | @@ -155,19 +155,16 @@ export default class UploadProgress extends React.Component { | ||
155 | ); | 155 | ); |
156 | } | 156 | } |
157 | } | 157 | } |
158 | - | ||
159 | - | ||
160 | } | 158 | } |
161 | 159 | ||
162 | let {width, height} = Dimensions.get('window'); | 160 | let {width, height} = Dimensions.get('window'); |
163 | let styles = StyleSheet.create({ | 161 | let styles = StyleSheet.create({ |
164 | container: { | 162 | container: { |
165 | - flex:1, | 163 | + // flex:1, |
166 | flexDirection: 'row', | 164 | flexDirection: 'row', |
167 | height: 40, | 165 | height: 40, |
168 | backgroundColor: 'white', | 166 | backgroundColor: 'white', |
169 | alignItems: 'center', | 167 | alignItems: 'center', |
170 | - | ||
171 | }, | 168 | }, |
172 | 169 | ||
173 | tips: { | 170 | tips: { |
@@ -184,8 +181,6 @@ let styles = StyleSheet.create({ | @@ -184,8 +181,6 @@ let styles = StyleSheet.create({ | ||
184 | 181 | ||
185 | bar: { | 182 | bar: { |
186 | height: 1, | 183 | height: 1, |
187 | - // marginTop: 20, | ||
188 | - | ||
189 | }, | 184 | }, |
190 | 185 | ||
191 | complete: { | 186 | complete: { |
-
Please register or login to post a comment