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
孙凯
2016-11-09 09:15:15 +0800
Commit
3d17ebcf9d0d62ae456932aa0d4479f4917bd3e8
1 parent
35aa6a72
修改bug:、店铺页面中,每栏的标题名称过大,如:品牌一栏、热门品类 review by 红魔
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
9 deletions
js/brandStore/components/brandStore/brandStoreSubView/Cells/BrandListCell.js
js/brandStore/components/brandStore/brandStoreSubView/Cells/HotProducts.js
js/brandStore/components/brandStore/brandStoreSubView/Cells/Recommend.js
js/brandStore/components/brandStore/brandStoreSubView/Cells/BrandListCell.js
View file @
3d17ebc
...
...
@@ -99,9 +99,7 @@ let styles = StyleSheet.create({
backgroundColor
:
'white'
,
},
titleText
:
{
fontWeight
:
'bold'
,
textAlign
:
'center'
,
color
:
'gray'
,
fontSize
:
20
,
fontSize
:
16
,
},
});
...
...
js/brandStore/components/brandStore/brandStoreSubView/Cells/HotProducts.js
View file @
3d17ebc
...
...
@@ -118,10 +118,8 @@ const styles = StyleSheet.create({
borderBottomWidth
:
0.5
,
},
text
:
{
fontWeight
:
'bold'
,
textAlign
:
'left'
,
color
:
'gray'
,
fontSize
:
20
,
fontSize
:
16
,
},
listContainer
:
{
width
:
width
/
2
,
...
...
js/brandStore/components/brandStore/brandStoreSubView/Cells/Recommend.js
View file @
3d17ebc
...
...
@@ -126,9 +126,7 @@ const styles = StyleSheet.create({
fontSize
:
10
,
},
text
:
{
fontWeight
:
'bold'
,
textAlign
:
'center'
,
color
:
'gray'
,
fontSize
:
20
,
fontSize
:
16
,
},
});
...
...
Please
register
or
login
to post a comment