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
Download as
Email Patches
Plain Diff
Browse Files
Authored by
chenl
8 years ago
Commit
7fd9cecd403084d9f80e62814a4b006af6c3e813
1 parent
b0b56d36
调整了子分类无法滚动的问题。
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
js/brandStore/components/brandStore/brandStoreSubView/Cells/ProductCategoryList.js
js/brandStore/components/brandStore/brandStoreSubView/Cells/ProductCategoryList.js
View file @
7fd9cec
...
...
@@ -97,13 +97,13 @@ export default class ProductCategoryList extends React.Component {
return
(
<
View
style
=
{
styles
.
container
}
>
<
ListView
contentContainerS
tyle
=
{
styles
.
leftContentContainer
}
s
tyle
=
{
styles
.
leftContentContainer
}
dataSource
=
{
this
.
dataSourceL
.
cloneWithRows
(
categoryFilterList
.
toArray
())}
renderRow
=
{
this
.
leftRenderRow
}
scrollsToTop
=
{
false
}
/
>
<
ListView
contentContainerS
tyle
=
{
styles
.
rightContentContainer
}
s
tyle
=
{
styles
.
rightContentContainer
}
dataSource
=
{
this
.
dataSourceR
.
cloneWithRows
(
subList
.
toArray
())}
renderRow
=
{
this
.
rightRenderRow
}
scrollsToTop
=
{
false
}
...
...
@@ -129,6 +129,7 @@ let styles = StyleSheet.create({
backgroundColor
:
'#ffffff'
,
borderTopColor
:
'#e0e0e0'
,
borderLeftColor
:
'#ffffff'
,
borderBottomColor
:
'#e0e0e0'
,
borderWidth
:
0.5
,
},
leftContentContainer
:
{
...
...
@@ -149,7 +150,6 @@ let styles = StyleSheet.create({
},
rightContentContainer
:
{
backgroundColor
:
'#f4f4f4'
,
height
:
height
-
40
-
44
-
64
-
1
,
},
rightRow
:
{
flexDirection
:
'column'
,
...
...
Please
register
or
login
to post a comment