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-28 14:39:59 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4d75d3c51636a323977d0c86acbe57b20b34014e
4d75d3c5
1 parent
e8984c21
准备修改“我的”
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
11 deletions
src/pages/Mine/index.js
src/pages/Mine/index.js
View file @
4d75d3c
...
...
@@ -177,7 +177,7 @@ export default class Mine extends Component {
}}
>
<
View
style
=
{
styles
.
itemLeft
}
>
<
Text
style
=
{
styles
.
leftTitle
}
>
设置
昵称
<
/Text
>
<
Text
style
=
{
styles
.
leftTitle
}
>
昵称
<
/Text
>
<
/View
>
<
View
style
=
{
styles
.
itemRight
}
>
{
this
.
state
.
IS_LOGIN
===
"yes"
?
(
...
...
@@ -203,7 +203,7 @@ export default class Mine extends Component {
}}
>
<
View
style
=
{
styles
.
itemLeft
}
>
<
Text
style
=
{
styles
.
leftTitle
}
>
设置
职业
<
/Text
>
<
Text
style
=
{
styles
.
leftTitle
}
>
职业
<
/Text
>
<
/View
>
<
View
style
=
{
styles
.
itemRight
}
>
<
Text
style
=
{
styles
.
itemRightContent
}
>
...
...
@@ -297,11 +297,6 @@ const styles = StyleSheet.create({
justifyContent
:
"flex-start"
,
alignItems
:
"center"
},
leftIcon
:
{
marginRight
:
11
,
width
:
16
,
height
:
16
},
leftTitle
:
{
fontSize
:
15
,
color
:
"#242424"
...
...
@@ -312,7 +307,8 @@ const styles = StyleSheet.create({
alignItems
:
"center"
},
itemRightContent
:
{
marginRight
:
5
marginRight
:
5
,
color
:
"#7A7A7A"
},
itemRightImg
:
{
width
:
14
,
...
...
@@ -328,7 +324,4 @@ const styles = StyleSheet.create({
textAlign
:
"center"
,
fontSize
:
15
},
button
:
{
// fontSize: 14
}
});
...
...
Please
register
or
login
to post a comment