|
|
@ -21,14 +21,14 @@ |
|
|
|
|
|
|
|
|
/* 表格选中行 颜色 ::v-deep */ |
|
|
/* 表格选中行 颜色 ::v-deep */ |
|
|
.el-table__body tr.current-row>td { |
|
|
.el-table__body tr.current-row>td { |
|
|
background-color: #409EFF !important; |
|
|
|
|
|
|
|
|
background-color: #CCF9CB !important; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* 表格行背景色样式 end */ |
|
|
/* 表格行背景色样式 end */ |
|
|
|
|
|
|
|
|
/* 点击树结构项的选中颜色 */ |
|
|
/* 点击树结构项的选中颜色 */ |
|
|
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content { |
|
|
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content { |
|
|
background-color: #409EFF; |
|
|
|
|
|
|
|
|
background-color: #CCF9CB; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|