1.使用控制台找了很久才找到:
/deep/ .el-input.is-focus .el-input__inner {
caret-color: rgb(224, 78, 243);
border: 1px solid rgb(224, 78, 243) !important;
transition: all 0.3s;
}
2.通过上面就可以修改选择器在选中时候的边框颜色。
1.使用控制台找了很久才找到:
/deep/ .el-input.is-focus .el-input__inner {
caret-color: rgb(224, 78, 243);
border: 1px solid rgb(224, 78, 243) !important;
transition: all 0.3s;
}
2.通过上面就可以修改选择器在选中时候的边框颜色。