Commit 9a13989a by liuyong

修改bug

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