Authored by 于良

bug fix:http://jira.yoho.cn:8888/browse/YH-2263 review by 阿瑟

... ... @@ -155,19 +155,16 @@ export default class UploadProgress extends React.Component {
);
}
}
}
let {width, height} = Dimensions.get('window');
let styles = StyleSheet.create({
container: {
flex:1,
// flex:1,
flexDirection: 'row',
height: 40,
backgroundColor: 'white',
backgroundColor: 'red',
alignItems: 'center',
},
tips: {
... ... @@ -184,8 +181,6 @@ let styles = StyleSheet.create({
bar: {
height: 1,
// marginTop: 20,
},
complete: {
... ...