监控视频样式bug

This commit is contained in:
yanran200730
2022-06-14 09:11:46 +08:00
parent abc33595df
commit db8b9b82da

View File

@@ -278,8 +278,8 @@ export default {
.el-tree-node__content {
background: transparent!important;
}
.el-tree-node__children .is-current .el-tree-node__content {
.el-tree-node__children .is-current > .el-tree-node__content {
background: linear-gradient(90deg, #299FFF 0%, #0C61FF 100%)!important;
}