Authored by 盖剑秋

Fix UI issue. reviewed by redding.

@@ -92,19 +92,19 @@ let styles = StyleSheet.create({ @@ -92,19 +92,19 @@ let styles = StyleSheet.create({
92 }, 92 },
93 topLine: { 93 topLine: {
94 position: 'absolute', 94 position: 'absolute',
95 - left: 15, 95 + left: 0,
96 top: 0, 96 top: 0,
97 - width: lineWidth, 97 + width: width,
98 height: 0.5, 98 height: 0.5,
99 - backgroundColor: '#a0a0a0', 99 + backgroundColor: '#f2f2f2',
100 }, 100 },
101 bottomLine: { 101 bottomLine: {
102 position: 'absolute', 102 position: 'absolute',
103 - left: 15, 103 + left:0,
104 bottom: 0, 104 bottom: 0,
105 - width: lineWidth, 105 + width: width,
106 height: 0.5, 106 height: 0.5,
107 - backgroundColor: '#a0a0a0', 107 + backgroundColor: '#f2f2f2',
108 }, 108 },
109 leftLikeContainer: { 109 leftLikeContainer: {
110 flex: 1, 110 flex: 1,