Skip to content

Commit

Permalink
fix: tree node css style
Browse files Browse the repository at this point in the history
  • Loading branch information
buqiyuan committed Jul 15, 2022
1 parent 010dbbd commit 23b5d0c
Showing 1 changed file with 19 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,24 @@
.eo-api-script {
::ng-deep .ant-tree-indent {
::ng-deep .ant-tree-indent {
width: 20px;
}
::ng-deep .ant-tree-switcher {
// width: 0;
::ng-deep .ant-tree-switcher {
width: 0;
}
::ng-deep .ant-tree-treenode-switcher-open {
.ant-tree-indent {
width: 0;
}
.ant-tree-switcher {
width: 20px;
}
}
::ng-deep .ant-tree-treenode-switcher-close {
.ant-tree-indent {
width: 0;
}
.ant-tree-switcher {
width: 20px;
}
}
}

0 comments on commit 23b5d0c

Please sign in to comment.