Commit 9a13989a by liuyong

修改bug

1 parent 38f54c1d
Showing with 4 additions and 1 deletions
......@@ -1081,6 +1081,9 @@
.archiAssetsManage{
width: 100%;
}
/deep/ .is-leaf{
background-color: rgb(245, 246, 250) !important;
}
.archiAssetsManageContainer{
width: 100%;
height: calc(100% - 86px);
......@@ -1161,7 +1164,7 @@
/deep/ .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content >.is-leaf{
background-color: #0D867F !important;
}
/deep/ .is-leaf {
/deep/ .el-tree-node__expand-icon.is-leaf{
background-color: #fff !important;
}
.left_container{
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!