Commit b9ff905a authored by shilei's avatar shilei

login focus box-shadow

parent f9520409
......@@ -470,28 +470,14 @@ const handleBlur = (type: string) => {
padding: 16px 33px;
text-align: left;
outline: none;
::v-deep {
.el-input__wrapper {
box-shadow: none;
&:hover {
box-shadow: none;
}
}
.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;
}
}
// .checkbox-box ::v-deep {
// .el-checkbox {
// align-items: flex-start;
// }
// .el-checkbox__input {
// padding-top: 3px;
// }
// }
}
.phone-input {
width: 312px;
......@@ -545,5 +531,14 @@ const handleBlur = (type: string) => {
.el-message-box__content {
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>
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