.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
background-color: rgb(1, 173, 168) !important;
border: 1px solid rgb(1, 173, 168) !important;
}
.el-checkbox__inner:hover {
border-color: rgb(1, 173, 168);
}
.el-checkbox__input.is-checked + .el-checkbox__label {
color: rgb(1, 173, 168);
}
.el-checkbox__input.is-focus .el-checkbox__inner {
border-color: rgb(1, 173, 168) !important;
}
element ui 修改el-checkbox被选中后的样式
最新推荐文章于 2025-03-24 14:45:49 发布