Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a5a1fa20
authored
2023-03-27 14:15:08 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:首页样式修改
1 parent
f42484bc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
src/views/loginsb/index.vue
src/views/loginsb/index.vue
View file @
a5a1fa2
...
...
@@ -15,7 +15,7 @@
<el-input
type=
"password"
class=
"password"
v-model=
"user.password"
placeholder=
"请输入密码"
show-password
></el-input>
</el-form-item>
<
!--
<
el-form-item
prop=
"yz"
>
<el-form-item
prop=
"yz"
>
<div
class=
"flex-container"
>
<div
class=
"flex-input"
>
<el-input
class=
"yz"
@
keyup
.
native=
"login('user')"
v-model=
"user.yz"
placeholder=
"请输入验证码"
></el-input>
...
...
@@ -26,7 +26,7 @@
<font
id=
"renovate"
@
click=
"verification"
>
换一批
</font>
</div>
</div>
</el-form-item>
-->
</el-form-item>
<el-form-item
class=
"login-btn"
>
<el-button
type=
"primary"
style=
"width: 100%"
@
click=
"login('user')"
>
登录
</el-button>
</el-form-item>
...
...
@@ -244,9 +244,7 @@ export default {
.login-inner-bg
{
background
:
white
;
width
:
24.6%
;
height
:
47%
;
min-width
:
360px
;
min-height
:
380px
;
top
:
30%
;
right
:
38%
;
position
:
absolute
;
...
...
Please
register
or
sign in
to post a comment