File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
source/component/listview Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class NewsRow extends Component {
46
46
47
47
renderNewsTitle ( newsInfo ) {
48
48
return (
49
- < View style = { [ CommonStyles . flexRow , CommonStyles . flexItemsMiddle , CommonStyles . m_b_1 ] } >
49
+ < View style = { [ CommonStyles . m_b_1 ] } >
50
50
< Text style = { [ CommonStyles . text_black , CommonStyles . font_md , CommonStyles . line_height_md ] } >
51
51
{ newsInfo . Title }
52
52
</ Text >
@@ -69,7 +69,7 @@ class NewsRow extends Component {
69
69
< View style = { [ CommonStyles . flexRow , CommonStyles . flexItemsBetween ] } >
70
70
< View style = { [ CommonStyles . flexRow , CommonStyles . flexItemsMiddle ] } >
71
71
< Image ref = { view => this . imgView = view }
72
- style = { [ ComponentStyles . avatar_mini , CommonStyles . m_r_1 ] }
72
+ style = { [ ComponentStyles . avatar_mini , CommonStyles . m_r_2 ] }
73
73
source = { { uri :newsInfo . TopicIcon } } >
74
74
</ Image >
75
75
< Text style = { CommonStyles . text_gray } >
You can’t perform that action at this time.
0 commit comments