|
@@ -3,7 +3,7 @@
|
|
|
<div style="height: 100%" class="flexStar">
|
|
|
<div class="boxswai" style="width: 26%; padding-left: 0px">
|
|
|
<div class="boxnei" style="display: flex; flex-direction: column">
|
|
|
- <div style="overflow: auto; flex: 1;height:500px">
|
|
|
+ <div style="overflow: auto; flex: 1;height:500px;width:400px">
|
|
|
<el-tree
|
|
|
v-if="ishowTree"
|
|
|
lazy :props="defaultProps" @node-click="getNodeDetail" :load="loadNode" :expand-on-click-node="false"
|