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-07-16 20:41:13 +0800
Commit
5cc2398af072a861e1fed5cd903fa58514573f1b
1 parent
94b63d08
解决代码冲突。code review by 于良
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
js/community/components/home/SuperMan.js
js/community/components/posting/Posting.js
js/community/components/home/SuperMan.js
View file @
5cc2398
...
...
@@ -64,7 +64,6 @@ let styles = StyleSheet.create({
width
:
45
,
height
:
45
,
justifyContent
:
'center'
,
alignItems
:
'center'
,
},
avatarContainer
:
{
width
:
44
,
...
...
js/community/components/posting/Posting.js
View file @
5cc2398
...
...
@@ -168,7 +168,6 @@ export default class Posting extends Component {
>
<
TextInput
style
=
{
styles
.
contentInput
}
placeholder
=
'#b0b0b0'
placeholder
=
'用力敲出你想说的...'
maxLength
=
{
2000
}
multiline
=
{
true
}
...
...
Please
register
or
login
to post a comment