Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
bh_face_counter
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄天晨
bh_face_counter
Commits
0acec087
Commit
0acec087
authored
Jul 01, 2020
by
修福龙
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加了输入手机号以及验证码弹窗的背景色
parent
6094674b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
0 deletions
+12
-0
PhoneModal.js
src/components/PhoneModal.js
+6
-0
VerifyCodeModal.js
src/components/VerifyCodeModal.js
+6
-0
No files found.
src/components/PhoneModal.js
View file @
0acec087
...
...
@@ -67,6 +67,7 @@ class PhoneModal extends Component {
const
{
value
}
=
this
.
state
;
return
(
<
Modal
styles
=
{
mStyles
}
{...
props
}
>
<
View
style
=
{
styles
.
modalBackgroundStyle
}
>
<
View
style
=
{
styles
.
modal
}
>
<
View
style
=
{
styles
.
header
}
>
<
View
style
=
{
styles
.
title
}
>
...
...
@@ -161,12 +162,17 @@ class PhoneModal extends Component {
<
/View
>
<
/View
>
<
/View
>
<
/View
>
<
/Modal
>
);
}
}
const
styles
=
{
modalBackgroundStyle
:
{
flex
:
1
,
backgroundColor
:
'rgba(0, 0, 0, 0.5)'
,
},
modal
:
{
height
:
'86%'
,
width
:
'90%'
,
...
...
src/components/VerifyCodeModal.js
View file @
0acec087
...
...
@@ -67,6 +67,7 @@ class VerifyCodeModal extends Component {
const
{
value
}
=
this
.
state
;
return
(
<
Modal
styles
=
{
mStyles
}
{...
props
}
>
<
View
style
=
{
styles
.
modalBackgroundStyle
}
>
<
View
style
=
{
styles
.
modal
}
>
<
View
style
=
{
styles
.
header
}
>
<
View
style
=
{
styles
.
title
}
>
...
...
@@ -146,12 +147,17 @@ class VerifyCodeModal extends Component {
<
/View
>
<
/View
>
<
/View
>
<
/View
>
<
/Modal
>
);
}
}
const
styles
=
{
modalBackgroundStyle
:
{
flex
:
1
,
backgroundColor
:
'rgba(0, 0, 0, 0.5)'
,
},
modal
:
{
height
:
'90%'
,
width
:
'90%'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment