cxmo 1 year ago
parent
commit
f31b6f52cc
1 changed files with 26 additions and 25 deletions
  1. 26 25
      src/views/business_ETA_manage/businessAuth.vue

+ 26 - 25
src/views/business_ETA_manage/businessAuth.vue

@@ -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;
+                        }
+                    }
+                    }
                 }
             }
-            }
         }
     }