Browse Source

更改发布活动选中人员的背景颜色

D4THYL3\long 3 years ago
parent
commit
0a6522a251
1 changed files with 3 additions and 0 deletions
  1. 3 0
      operationSupport/src/views/propertyManagement/style.scss

+ 3 - 0
operationSupport/src/views/propertyManagement/style.scss

@@ -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;
             }