|
@@ -142,36 +142,37 @@ export default {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
.el-tree-node {
|
|
|
- display: flex;
|
|
|
- padding: 0px !important;
|
|
|
- .el-tree-node__content {
|
|
|
- border-bottom: none;
|
|
|
- .custom-tree-node {
|
|
|
- height: 24px;
|
|
|
display: flex;
|
|
|
- align-items: center;
|
|
|
- .tree-btn {
|
|
|
- margin-left: 10px;
|
|
|
- display: none;
|
|
|
- }
|
|
|
- .el-button {
|
|
|
- padding: 0px !important;
|
|
|
- border-radius: 4px;
|
|
|
- background: #363554;
|
|
|
- color: #ffffff;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- .el-tree-node__children {
|
|
|
- .el-tree-node {
|
|
|
- &:not(:first-child) {
|
|
|
- .el-tree-node__content {
|
|
|
- //border-left: none;
|
|
|
+ flex: 1;
|
|
|
+ padding: 0px !important;
|
|
|
+ .el-tree-node__content {
|
|
|
+ border-bottom: none;
|
|
|
+ .custom-tree-node {
|
|
|
+ height: 24px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ .tree-btn {
|
|
|
+ margin-left: 10px;
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ .el-button {
|
|
|
+ padding: 0px !important;
|
|
|
+ border-radius: 4px;
|
|
|
+ background: #363554;
|
|
|
+ color: #ffffff;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
+ .el-tree-node__children {
|
|
|
+ .el-tree-node {
|
|
|
+ &:not(:first-child) {
|
|
|
+ .el-tree-node__content {
|
|
|
+ //border-left: none;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
|