Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-app
Project
Project
Details
Activity
Releases
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
xugong
hls-xcmg-vue-app
Commits
326c43f5
Commit
326c43f5
authored
Nov 12, 2019
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加line-height
parent
7aca929c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
login.vue
src/pages/login.vue
+6
-5
regiester2.vue
src/pages/regiester2.vue
+1
-0
No files found.
src/pages/login.vue
View file @
326c43f5
...
...
@@ -50,7 +50,7 @@ export default {
},
methods
:
{
changeType
()
{
this
.
pwdType
=
this
.
pwdType
===
'password'
?
'text'
:
'password'
;
this
.
pwdType
=
this
.
pwdType
===
'password'
?
'text'
:
'password'
this
.
openEye
=
this
.
pwdType
===
'password'
?
require
(
'@/assets/login/passNoShow.png'
)
...
...
@@ -100,7 +100,7 @@ export default {
}
else
if
(
!
vm
.
password
||
vm
.
password
===
undefined
)
{
vm
.
hlsPopup
.
showLongCenter
(
'请输入密码'
)
}
else
{
let
url
=
process
.
env
.
loginPath
+
'admin'
;
let
url
=
process
.
env
.
loginPath
+
'admin'
let
param
=
{}
vm
.
hlsPopup
.
showLoading
(
'请稍等'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
...
...
@@ -117,11 +117,11 @@ export default {
this
.
$router
.
push
(
'pwd-forgot'
)
},
clearAccount
:
function
()
{
this
.
username
=
''
;
this
.
password
=
''
;
this
.
username
=
''
this
.
password
=
''
},
clearPassword
:
function
()
{
this
.
password
=
''
;
this
.
password
=
''
},
},
}
...
...
@@ -192,6 +192,7 @@ export default {
font-size: 14px;
color: #2a2a2a;
height: 35px;
line-height: 35px;
display: flex;
align-items: center;
border-bottom: 1px solid rgba(42, 42, 42, 0.4);
...
...
src/pages/regiester2.vue
View file @
326c43f5
...
...
@@ -306,6 +306,7 @@ export default {
padding-bottom: 8px;
font-size: 14px;
color: #ffffff;
line-height: 30px;
border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
input::placeholder {
...
...
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