This commit is contained in:
sjl
2025-01-06 14:07:21 +08:00
parent c4e2da8d67
commit 99e6abbcfd
4 changed files with 511 additions and 494 deletions

View File

@@ -113,13 +113,10 @@ defineExpose({ getTreeData })
</script>
<style lang='scss' scoped>
.plan_tree {
// width: 200px;
height: 100%;
display: flex;
flex-direction: column;
padding: 5px;
// height: calc(100% - 70px);
background-color: #ffffff;
background-color: #fff;
.search_view {
width: 100%;
@@ -162,7 +159,7 @@ defineExpose({ getTreeData })
display: inline-block;
overflow: auto;
margin-top: 12px;
}
//.filter-tree span {