微调
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user