Commit 1b13ce0c authored by 陈天文's avatar 陈天文

去掉长时拍的居中样式

parent 4167f5e0
...@@ -84,9 +84,7 @@ export default connect(mapStateToProps, mapDispatchToProps)(Market); ...@@ -84,9 +84,7 @@ export default connect(mapStateToProps, mapDispatchToProps)(Market);
const styles = StyleSheet.create({ const styles = StyleSheet.create({
container: { container: {
flex: 1, flex: 1,
backgroundColor: '#ffffff', backgroundColor: '#ffffff'
alignItems: 'center',
justifyContent: 'center'
}, },
webviewWrap: { webviewWrap: {
width: Screen.width, width: Screen.width,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment