diff --git a/lib/component/tree/tree-api.vue b/lib/component/tree/tree-api.vue index e274ba2..4aa9076 100644 --- a/lib/component/tree/tree-api.vue +++ b/lib/component/tree/tree-api.vue @@ -1,22 +1,24 @@ @@ -150,4 +152,12 @@ width: 100%; } } + + .ns-tree-container { + display: flex; + flex-direction: column; + &:last-child { + flex: 1; + } + }