Commit fe5d7b4b authored by 王玉鑫's avatar 王玉鑫

feat: input focus样式修改

parent 47bed6e2
......@@ -79,6 +79,15 @@ body {
}
}
.el-input .el-input__wrapper.el-input__wrapper {
&.is-focus.is-focus {
box-shadow: 0 0 0 1px rgb(220, 223, 230) inset !important;
}
}
.el-textarea__inner:focus {
box-shadow: 0 0 0 1px rgb(220, 223, 230) inset !important;
}
$namespace: 'lyy'; // change the 'mx' to 'xmx'. then <date-picker prefix-class="lyy" />
$default-color: #555;
......
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