Toggle navigation
Toggle navigation
This project
Loading...
Sign in
罗广聪
/
ProtectGod
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
罗广聪
2017-09-19 10:53:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
192c394861041d21ba5f10c92501c4a3eba2cf2f
192c3948
1 parent
52e9c7e5
更改空格缩进
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
ios/ProtectGod.xcodeproj/xcshareddata/xcschemes/ProtectGod.xcscheme
src/Components/articleTemplate.js
ios/ProtectGod.xcodeproj/xcshareddata/xcschemes/ProtectGod.xcscheme
View file @
192c394
...
...
@@ -80,7 +80,7 @@
</AdditionalOptions>
</TestAction>
<LaunchAction
buildConfiguration =
"
Release
"
buildConfiguration =
"
Debug
"
selectedDebuggerIdentifier =
"Xcode.DebuggerFoundation.Debugger.LLDB"
selectedLauncherIdentifier =
"Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle =
"0"
...
...
src/Components/articleTemplate.js
View file @
192c394
...
...
@@ -83,7 +83,7 @@ export default class ArticleTemplate extends Component {
source
=
{{
uri
:
item
.
image
}}
/
>
)
:
null
}
<
Text
style
=
{
styles
.
paragraphContent
}
>
{
item
.
content
}
<
/Text
>
<
Text
style
=
{
styles
.
paragraphContent
}
>
{
" "
+
item
.
content
}
<
/Text
>
<
/View
>
);
})}
...
...
@@ -135,7 +135,9 @@ const styles = StyleSheet.create({
alignSelf
:
"center"
,
color
:
"#1B9341"
,
fontSize
:
15
,
marginBottom
:
15
marginBottom
:
15
,
lineHeight
:
28
,
textAlign
:
"center"
,
// backgroundColor: "red",
},
paragraphImage
:
{
...
...
@@ -147,7 +149,7 @@ const styles = StyleSheet.create({
paragraphContent
:
{
color
:
"#555555"
,
fontSize
:
15
,
lineHeight
:
2
2
lineHeight
:
2
5
,
// backgroundColor: "yellow",
}
});
...
...
Please
register
or
login
to post a comment