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
8386536d
authored
2023-02-17 11:24:30 +0800
by
yangwei
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
登录样式调整
1 parent
3d27d359
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
src/views/login/index.vue
src/views/login/index.vue
View file @
8386536
...
...
@@ -11,11 +11,16 @@
class=
"demo-ruleForm"
>
<el-form-item
prop=
"account"
>
<el-input
v-model=
"user.account"
placeholder=
"用户名"
></el-input>
<el-input
class=
"username"
v-model=
"user.account"
placeholder=
"用户名"
></el-input>
</el-form-item>
<el-form-item
prop=
"password"
>
<el-input
type=
"password"
class=
"password"
v-model=
"user.password"
placeholder=
"登录密码"
></el-input>
...
...
@@ -129,6 +134,13 @@ export default {
};
</
script
>
<
style
scoped
lang=
"scss"
>
.username
,
.password
{
/deep/
.el-input__inner
{
border
:
1px
solid
#6bc1fc
;
background-color
:
transparent
!important
;
}
}
.bg
{
width
:
100%
;
height
:
100%
;
...
...
@@ -157,7 +169,6 @@ export default {
margin-bottom
:
20px
;
}
}
.login
.btn
{
width
:
100%
;
height
:
6vh
;
...
...
@@ -188,20 +199,9 @@ export default {
#loginform
.el-input__inner
{
width
:
100%
!important
;
caret-color
:
#000
!important
;
color
:
#606266
!important
;
border-radius
:
4px
!important
;
border
:
1px
solid
#67c23a
!important
;
background
:
#fff
!important
;
opacity
:
1
!important
;
}
#loginform
.el-input__inner
::-webkit-input-placeholder
{
/* WebKit browsers */
color
:
#80807f
!important
;
}
.el-checkbox__label
{
color
:
#fff
;
}
</
style
>
<
style
></
style
>
...
...
Please
register
or
sign in
to post a comment