样式调整

This commit is contained in:
GYYM
2024-12-04 21:36:12 +08:00
parent aa86c5e662
commit a415ffa12a
9 changed files with 239 additions and 142 deletions

View File

@@ -85,7 +85,7 @@ defineExpose({ getTreeData })
<style lang='scss' scoped>
.plan_tree {
// width: 200px;
// height: 100%;
height: 100%;
display: flex;
flex-direction: column;
padding: 5px;
@@ -112,12 +112,15 @@ defineExpose({ getTreeData })
}
.tree_container {
height: 100%;
width: 100%;
flex: 1;
overflow-y: auto;
overflow-x: auto;
.el-tree {
height: 100%;
width: 100%;
width: auto;
}
}
}