营销中心

This commit is contained in:
bryan sun
2019-11-11 17:46:21 +08:00
parent 9e38915e92
commit f20c1a3f3a
5 changed files with 57 additions and 42 deletions

View File

@@ -1653,9 +1653,16 @@ export default {
}
}
.gongyizhiding {
.el-tree-node{
overflow: hidden;
font-weight: bolder;
color: black;
}
.el-tree-node>.el-tree-node__children {
overflow: hidden;
background-color: #d8e5f6;
font-weight: bolder;
color: black;
}
}
</style>