Authored by yoho-js001

Fix UI bug.

... ... @@ -48,7 +48,7 @@ let styles = StyleSheet.create({
container: {
height: 102,
width: 83,
backgroundColor: 'rgb(255,244,244)',
backgroundColor: 'white',
marginLeft: 15,
marginTop: 5,
},
... ... @@ -66,7 +66,7 @@ let styles = StyleSheet.create({
width: 59,
height: 16,
borderRadius:8,
backgroundColor: 'rgb(153,146,146)',
backgroundColor: 'rgb(153,153,153)',
flexDirection: 'row',
},
text: {
... ...
... ... @@ -142,7 +142,7 @@ class NewArrivalContainer extends Component {
let relation_parameter = {sort: data.get('relationParameter')};
let node_count = 0;
let sort_ico = '';
 
let value = {
parent_id,
category_name,
... ...