Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
1
Download as
Email Patches
Plain Diff
Browse Files
Authored by
于良
2017-04-06 10:47:46 +0800
Commit
724032adc5185d548a42ef6a3db18278b2e33611
1 parent
042b6028
分类品牌列表搜索品牌优化 review by 草莓
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
js/classify/components/brand/search/BrandList.js
js/classify/components/brand/search/BrandSearch.js
js/classify/components/brand/search/BrandList.js
View file @
724032a
...
...
@@ -77,6 +77,7 @@ export default class Brand extends Component {
dataSource
=
{
this
.
dataSource
.
cloneWithRowsAndSections
(
data
)}
renderRow
=
{
this
.
renderRow
}
renderSectionHeader
=
{
this
.
renderSectionHeader
}
keyboardDismissMode
=
{
'on-drag'
}
/>
}
<
/View
>
);
...
...
js/classify/components/brand/search/BrandSearch.js
View file @
724032a
...
...
@@ -77,7 +77,7 @@ let styles = StyleSheet.create({
top
:
0
,
left
:
0
,
width
,
height
,
height
:
height
-
64
-
49
,
backgroundColor
:
'white'
,
},
});
...
...
Please
register
or
login
to post a comment