Commit 25b6a3b0 by 米嘉伟

导出列表 导入列表多选颜色统一

parent 3a5be844
......@@ -1252,6 +1252,15 @@ export default {
@import '@/assets/css/globalBase.scss';
</style>
<style lang="scss" scoped>
/deep/.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
background-color: #055fe7;
border-color: #055fe7;
}
/deep/.el-checkbox__input.is-indeterminate .el-checkbox__inner {
background-color: #055fe7;
border-color: #055fe7;
}
/deep/.el-table__expand-icon {
position: absolute;
right: 45px;
......
......@@ -2252,12 +2252,12 @@ export default {
}
/deep/.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
background-color: #006aff;
border-color: #006aff;
background-color: #055fe7;
border-color: #055fe7;
}
/deep/.el-checkbox__input.is-indeterminate .el-checkbox__inner {
background-color: #006aff;
border-color: #006aff;
background-color: #055fe7;
border-color: #055fe7;
}
</style>
<!--table树-->
......
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