Authored by Zhu-Arthur

fix 粘性 review by 陈林

@@ -226,7 +226,8 @@ let styles = StyleSheet.create({ @@ -226,7 +226,8 @@ let styles = StyleSheet.create({
226 backgroundColor: '#e0e0e0' 226 backgroundColor: '#e0e0e0'
227 }, 227 },
228 contentContainer: { 228 contentContainer: {
229 - flexDirection: 'column', 229 + flexDirection: 'row',
  230 + flexWrap: 'wrap',
230 backgroundColor: 'white' 231 backgroundColor: 'white'
231 }, 232 },
232 listContainer: { 233 listContainer: {