Authored by 于良

新品到着样式调整 review by 陈林

... ... @@ -118,7 +118,7 @@ export default class NewArrival extends Component {
<View style={{
width,
height: featuredHigh+50,
marginBottom: 15,
alignItems: 'center',
}}>
<Text style={styles.headerText} >
... ...
... ... @@ -135,6 +135,7 @@ let styles = StyleSheet.create({
borderRadius: 3,
borderColor: 'black',
borderWidth: 0.5,
justifyContent: 'center',
},
button: {
flex: 1,
... ...