Authored by chenl

修复文字背景。review by 盖剑秋。

... ... @@ -190,13 +190,13 @@ let styles = StyleSheet.create({
width: cellWidth,
height: 28 * DEVICE_WIDTH_RATIO,
marginTop: -5 * DEVICE_WIDTH_RATIO,
backgroundColor: '#f5f7f6',
},
rowText: {
fontSize: 10 * DEVICE_WIDTH_RATIO,
color: '#444444',
textAlign: 'center'
textAlign: 'center',
backgroundColor: '#f5f7f6',
},
headerText: {
... ...
... ... @@ -169,13 +169,13 @@ let styles = StyleSheet.create({
width: cellWidth,
height: 28 * DEVICE_WIDTH_RATIO,
marginTop: -5 * DEVICE_WIDTH_RATIO,
backgroundColor: '#f5f7f6',
},
rowText: {
fontSize: 10 * DEVICE_WIDTH_RATIO,
color: '#444444',
textAlign: 'center'
textAlign: 'center',
backgroundColor: '#f5f7f6',
},
headerText: {
... ...