样式调整

This commit is contained in:
zhujiyan
2024-09-02 16:10:33 +08:00
parent ed0a7efd51
commit dc7a9e7bd2
7 changed files with 376 additions and 337 deletions

View File

@@ -77,12 +77,12 @@ defineExpose({ getTreeData });
</script>
<style lang="scss" scoped>
.plan_tree {
width: 200px;
height: 100%;
// width: 200px;
// height: 100%;
display: flex;
flex-direction: column;
padding: 5px;
height: calc(100% - 70px);
// height: calc(100% - 70px);
background-color: #fff;
.search_view {
width: 100%;