|
@@ -10,14 +10,14 @@
|
|
|
>
|
|
|
|
|
|
<div class="flexStar" >
|
|
|
- <div class="boxswai" style="width:30%;padding-left:0px;">
|
|
|
- <div class="boxnei" style="display: flex;flex-direction: column;height:547px">
|
|
|
+ <div class="boxswai" style="width:30%;padding-left:0px;height:547px">
|
|
|
+ <div class="boxnei" style="display: flex;flex-direction: column;">
|
|
|
<div style="overflow: auto;flex:1">
|
|
|
<avue-tree :option="treeOption" :data="treeData" @node-click="nodeClick" style="display: inline-block;min-width: 100%;"></avue-tree>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="boxswai" style="width:70%;padding-left:0px;padding-right:0px;">
|
|
|
+ <div class="boxswai" style="width:70%;padding-left:0px;padding-right:0px;height:547px">
|
|
|
<div class="boxnei" style="flex:1;">
|
|
|
|
|
|
<avue-crud
|
|
@@ -59,6 +59,9 @@ export default {
|
|
|
treeOption:{
|
|
|
filter:false,
|
|
|
addBtn:false,
|
|
|
+ indexFixed:false,
|
|
|
+ selectionFixed:false,
|
|
|
+ expandFixed:false,
|
|
|
props:{
|
|
|
labelText:'标题',
|
|
|
label:'title',
|