fix: BUG修改
This commit is contained in:
parent
8420debd27
commit
b95136ae36
@ -647,23 +647,23 @@ const previewVideo = (data: string | null) => {
|
||||
font-size: 16px;
|
||||
margin-bottom: 1px;
|
||||
}
|
||||
.el-tree > .el-tree-node > .el-tree-node__content > .el-tree-node__label {
|
||||
.el-tree > .el-tree-node > .el-tree-node__content .el-tree-node__children .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;
|
||||
}
|
||||
// .el-tree > .el-tree-node > .el-tree-node__content > .el-tree-node__expand-icon {
|
||||
// color: white;
|
||||
// font-size: 16px;
|
||||
// position: absolute;
|
||||
// left: 0;
|
||||
// top: 0;
|
||||
// }
|
||||
}
|
||||
// 树形样式
|
||||
.custom-tree-node {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
span {
|
||||
margin-left: 8%;
|
||||
// margin-left: 8%;
|
||||
color: white;
|
||||
font-size: 16px;
|
||||
margin-bottom: 1px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user