/deep/.el-tabs { height: 100%; width: 100%; padding: 0; .el-tabs__item { font-size: 0.072917rem; font-weight: 500; color: #fff; } .el-tabs__item.is-active { color: #0ea7ff; background: transparent; } .el-tabs__item:hover { color: #0ea7ff; } .el-tabs__content { height: calc(100% - 42px); color: #8eb2ce; } .el-tab-pane { height: 100%; width: 100%; } .el-tabs__nav-wrap::after { background-color: rgba(14, 167, 255, 0.2); } } /deep/ .el-tree { background: transparent; color: #8eb2ce; font-size: 0.083333rem; .el-tree-node>.el-tree-node__children { overflow: unset; background-color: transparent; } .el-tree-node__content { background-color: transparent; } .el-tree-node__content:hover { background-color: rgb(62, 70, 112); } .el-tree-node.is-current>.el-tree-node__content { background: rgba(22, 119, 255, 0.1); color: #4b95fe; /deep/ .el-tree-node__expand-icon { color: rgb(0, 112, 255); } /deep/ .is-leaf { color: rgba(0, 0, 0, 0); } } }