fix: BUG修改
This commit is contained in:
parent
87a8f41875
commit
502fd719e1
@ -481,7 +481,7 @@ const previewVideo = (data: string | null) => {
|
||||
.el-tree {
|
||||
background-color: transparent;
|
||||
}
|
||||
.el-tree-node:focus > .el-tree-node__content {
|
||||
.el-tree>.el-tree-node:focus > .el-tree-node__content {
|
||||
// background-color: #141E2B;
|
||||
background: url("@/assets/images/dustNoise/listImg.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
@ -490,22 +490,34 @@ const previewVideo = (data: string | null) => {
|
||||
// background-color: #141E2B;
|
||||
background: url("@/assets/images/dustNoise/listImg.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
position: relative;
|
||||
z-index: 10;
|
||||
}
|
||||
.el-tree-node__children .el-tree-node__content {
|
||||
background-color: transparent;
|
||||
}
|
||||
.el-tree-node__children .el-tree-node {
|
||||
margin-top: 3%;
|
||||
}
|
||||
.el-tree>.el-tree-node>.el-tree-node__content:hover {
|
||||
// background-color: #141E2B;
|
||||
background: url("@/assets/images/dustNoise/listImg.png") no-repeat;
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
.el-tree-node__label {
|
||||
.el-tree-node__label{
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
.el-tree-node__expand-icon {
|
||||
.el-tree>.el-tree-node>.el-tree-node__content>.el-tree-node__label {
|
||||
margin-left: 8%;
|
||||
}
|
||||
.el-tree>.el-tree-node>.el-tree-node__content>.el-tree-node__expand-icon {
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user