Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
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
baiguangyao
mr-julyedu
Commits
1fad7725
Commit
1fad7725
authored
Nov 11, 2019
by
zhanghaozhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录及文案样式
parent
a21fffe2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
4 deletions
+6
-4
src/components/blessingPreheat/formal-draw/index.scss
+1
-1
src/components/blessingRank/index.js
+1
-1
src/components/passport/index.js
+2
-1
src/components/passport/login/index.js
+2
-1
No files found.
src/components/blessingPreheat/formal-draw/index.scss
View file @
1fad7725
...
...
@@ -291,7 +291,7 @@
}
}
.status-1
,
.status-2
{
.status-1
,
.status-2
,
.status-5
{
.status
{
background
:
linear-gradient
(
-90deg
,
rgba
(
7
,
240
,
255
,
1
)
0%
,
rgba
(
0
,
153
,
255
,
1
)
100%
);
font-size
:
15px
;
...
...
src/components/blessingRank/index.js
View file @
1fad7725
...
...
@@ -72,7 +72,7 @@ class BlessingRank extends Component {
<
dl
className
=
"rank__table-header"
>
<
dd
className
=
"rank__table-column"
>
排名
<
/dd
>
<
dd
className
=
"rank__table-column"
>
用户
<
/dd
>
<
dd
className
=
"rank__table-column"
>
成绩
<
/dd
>
<
dd
className
=
"rank__table-column"
>
分数
<
/dd
>
<
dd
className
=
"rank__table-column"
>
奖品
<
/dd
>
<
/dl
>
{
...
...
src/components/passport/index.js
View file @
1fad7725
...
...
@@ -30,7 +30,8 @@ class Passport extends Component {
const
{
location
}
=
props
const
{
pathname
,
search
,
hash
}
=
location
const
from
=
location
.
state
&&
location
.
state
.
from
||
{
pathname
:
pathname
,
search
:
search
,
hash
:
hash
}
this
.
redirectURL
=
window
.
location
.
origin
+
from
.
pathname
+
from
.
search
+
from
.
hash
const
referrer
=
document
.
referrer
this
.
redirectURL
=
referrer
?
referrer
:
window
.
location
.
origin
+
from
.
pathname
+
from
.
search
+
from
.
hash
this
.
state
=
{
loginWays
:
[
{
...
...
src/components/passport/login/index.js
View file @
1fad7725
...
...
@@ -32,7 +32,8 @@ class Login extends Component {
search
:
window
.
location
.
search
,
hash
:
''
};
const
redirectURI
=
window
.
location
.
origin
+
from
.
pathname
+
from
.
search
+
from
.
hash
;
const
referrer
=
document
.
referrer
const
redirectURI
=
referrer
?
referrer
:
window
.
location
.
origin
+
from
.
pathname
+
from
.
search
+
from
.
hash
;
switch
(
method
)
{
case
'账号登录'
:
...
...
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