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 09:34:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
3dc525a114d95156c808500fefde5942213e0979
3dc525a1
1 parent
c475f140
调整border为1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
src/pages/Home/AISolution/Question.js
src/pages/Home/AISolution/Solution.js
src/pages/Home/AISolution/Question.js
View file @
3dc525a
...
...
@@ -217,7 +217,7 @@ const styles = StyleSheet.create({
answerContainer
:
{
borderStyle
:
"solid"
,
borderColor
:
"#E6E6E6"
,
borderTopWidth
:
0.5
,
borderTopWidth
:
1
,
paddingHorizontal
:
14
,
paddingBottom
:
17
,
flexDirection
:
"row"
,
...
...
@@ -231,7 +231,7 @@ const styles = StyleSheet.create({
height
:
30
,
borderStyle
:
"solid"
,
borderColor
:
"#E6E6E6"
,
borderWidth
:
0.5
,
borderWidth
:
1
,
justifyContent
:
"center"
,
alignItems
:
"center"
,
borderRadius
:
3
...
...
src/pages/Home/AISolution/Solution.js
View file @
3dc525a
...
...
@@ -255,7 +255,7 @@ const styles = StyleSheet.create({
marginLeft
:
18
,
borderStyle
:
"solid"
,
borderColor
:
"#E8E8E8"
,
borderTopWidth
:
0.5
,
borderTopWidth
:
1
,
flexDirection
:
"row"
,
paddingVertical
:
12
},
...
...
@@ -281,7 +281,7 @@ const styles = StyleSheet.create({
paddingRight
:
18
,
borderStyle
:
"solid"
,
borderColor
:
"#E8E8E8"
,
borderTopWidth
:
0.5
,
borderTopWidth
:
1
,
paddingVertical
:
12
},
adviceText
:
{
...
...
@@ -308,7 +308,7 @@ const styles = StyleSheet.create({
backgroundColor
:
"#1B9341"
,
borderColor
:
"#E8E8E8"
,
borderStyle
:
"solid"
,
borderLeftWidth
:
0.5
borderLeftWidth
:
1
},
gridheaderText
:
{
fontSize
:
11
,
...
...
@@ -319,7 +319,7 @@ const styles = StyleSheet.create({
alignItems
:
"center"
,
borderColor
:
"#ccc"
,
borderStyle
:
"solid"
,
borderWidth
:
0.5
borderWidth
:
1
},
contentCol
:
{
justifyContent
:
"center"
,
...
...
@@ -327,8 +327,8 @@ const styles = StyleSheet.create({
paddingVertical
:
8
,
borderColor
:
"#ccc"
,
borderStyle
:
"solid"
,
borderBottomWidth
:
0.5
,
borderRightWidth
:
0.5
borderBottomWidth
:
1
,
borderRightWidth
:
1
,
},
contentText
:
{
fontSize
:
12
,
...
...
@@ -340,8 +340,8 @@ const styles = StyleSheet.create({
paddingVertical
:
8
,
borderColor
:
"#ccc"
,
borderStyle
:
"solid"
,
borderBottomWidth
:
0.5
,
borderRightWidth
:
0.5
borderBottomWidth
:
1
,
borderRightWidth
:
1
},
countText
:
{
fontSize
:
18
,
...
...
Please
register
or
login
to post a comment