Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gs1
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
吴迪
gs1
Commits
eb96b772
Commit
eb96b772
authored
Dec 10, 2021
by
Jianli Ou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
66790f40
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
0 deletions
+21
-0
index.vue
src/views/MyManage/SystemMember/index.vue
+10
-0
index.vue
src/views/MyManage/UnVerify/index.vue
+10
-0
login.vue
src/views/User/login.vue
+1
-0
No files found.
src/views/MyManage/SystemMember/index.vue
View file @
eb96b772
...
...
@@ -110,6 +110,16 @@ export default {
color
:
#50C96B
;
margin-right
:
10px
;
}
.bi-check-circle-fill
{
position
:
relative
;
display
:
inline-block
;
width
:
11px
;
height
:
11px
;
background
:
#50c96b
;
margin-left
:
3px
;
margin-right
:
9px
;
border-radius
:
50%
;
}
.color-grey
{
color
:
#666666
;
margin
:
0
5px
0
20px
;
...
...
src/views/MyManage/UnVerify/index.vue
View file @
eb96b772
...
...
@@ -205,6 +205,16 @@ export default {
color
:
#50c96b
;
margin-right
:
10px
;
}
.bi-check-circle-fill
{
position
:
relative
;
display
:
inline-block
;
width
:
11px
;
height
:
11px
;
background
:
#50c96b
;
margin-left
:
3px
;
margin-right
:
9px
;
border-radius
:
50%
;
}
.color-grey
{
color
:
#666666
;
margin
:
0
5px
0
20px
;
...
...
src/views/User/login.vue
View file @
eb96b772
...
...
@@ -124,6 +124,7 @@ export default {
this
.
$router
.
push
({
path
:
'/MyManage/admin/check'
})
}
else
{
this
.
userLoginError
=
'用户名或密码不正确!'
this
.
showUserLoginError
=
true
;
}
}
else
{
this
.
userLoginError
=
'验证码不正确!'
...
...
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