Commit b9ff905a authored by shilei's avatar shilei

login focus box-shadow

parent f9520409
...@@ -470,28 +470,14 @@ const handleBlur = (type: string) => { ...@@ -470,28 +470,14 @@ const handleBlur = (type: string) => {
padding: 16px 33px; padding: 16px 33px;
text-align: left; text-align: left;
outline: none; outline: none;
::v-deep { // .checkbox-box ::v-deep {
.el-input__wrapper { // .el-checkbox {
box-shadow: none; // align-items: flex-start;
&:hover { // }
box-shadow: none; // .el-checkbox__input {
} // padding-top: 3px;
} // }
.el-input__wrapper.is-focus { // }
box-shadow: none;
}
.el-checkbox {
height: auto;
}
}
.checkbox-box ::v-deep {
.el-checkbox {
align-items: flex-start;
}
.el-checkbox__input {
padding-top: 3px;
}
}
} }
.phone-input { .phone-input {
width: 312px; width: 312px;
...@@ -545,5 +531,14 @@ const handleBlur = (type: string) => { ...@@ -545,5 +531,14 @@ const handleBlur = (type: string) => {
.el-message-box__content { .el-message-box__content {
padding: 0; padding: 0;
} }
.el-input__wrapper {
box-shadow: none;
&:hover {
box-shadow: none;
}
}
.el-input__wrapper.is-focus,.el-input .el-input__wrapper.el-input__wrapper.is-focus.is-focus {
box-shadow: none !important;
}
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment