Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
offical_web
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangjie
offical_web
Commits
ae814214
Commit
ae814214
authored
Mar 03, 2023
by
qinjianhui
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 问题修改
parent
d00e2a92
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/views/login.vue
+3
-3
No files found.
src/views/login.vue
View file @
ae814214
...
...
@@ -31,7 +31,7 @@
v-model=
"ruleForm.email"
placeholder=
"Email"
></el-input>
</el-form-item>
<el-form-item
prop=
"password"
style=
"margin-bottom:
1
0px"
>
<el-form-item
prop=
"password"
style=
"margin-bottom:
2
0px"
>
<el-input
:type=
"showPwd ? 'text' : 'password'"
prefix-icon=
"el-icon-lock"
...
...
@@ -45,11 +45,11 @@
:class=
"
{ eyes: true, open: !showPwd, close: showPwd }">
</i>
</el-input>
</el-form-item>
<div
class=
"forget-password"
>
<
!--
<
div
class=
"forget-password"
>
<span
style=
"cursor: pointer"
@
click=
"forgetPassword"
>
忘记密码
</span>
</div>
</div>
-->
<div
style=
"text-align: center"
>
<button
class=
"login-btn"
@
click=
"submitForm"
>
登录
</button>
</div>
...
...
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