|
|
|
@ -691,7 +691,7 @@ const handleSelectionChange = (val:matterInfo[]) => { |
|
|
|
:default-expanded-keys="['root']" |
|
|
|
@node-click="onNodeClick" |
|
|
|
/> |
|
|
|
<el-button style="margin: 10px 0;" :icon="Plus" @click="onNewSpace"> 共享空间</el-button> |
|
|
|
<el-button style="margin: 10px 0px 10px auto;" :icon="Plus" @click="onNewSpace"> 共享空间</el-button> |
|
|
|
<el-tree |
|
|
|
ref="spaceTreeRef" |
|
|
|
style="max-width: 600px" |
|
|
|
@ -837,6 +837,8 @@ const handleSelectionChange = (val:matterInfo[]) => { |
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
.menus_tree{ |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
padding: 20px 0px 0px 15px; |
|
|
|
height: 100%; |
|
|
|
overflow-y: auto; |
|
|
|
|