@@ -374,6 +374,9 @@ $fontSizeSmall: 14px;
.issueRoom{
display: flex;
justify-content: space-between;
+ /deep/ .el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content{
+ background: #fff !important;
+ }
.radio-room{
margin-right:10px;
}