部门列表加滚动条
This commit is contained in:
parent
bafe8bbaed
commit
ef2a925265
|
|
@ -2,7 +2,7 @@
|
|||
<div class="app-container">
|
||||
<el-row :gutter="6">
|
||||
<el-col :xs="24" :md="6">
|
||||
<el-card>
|
||||
<el-card >
|
||||
<div slot="header" class="clearfix">
|
||||
<span>部门</span>
|
||||
</div>
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
highlight-current
|
||||
:expand-on-click-node="false"
|
||||
:filter-node-method="filterNode"
|
||||
style="margin-top: 10px"
|
||||
style="margin-top: 10px;max-height:650px;overflow-y: auto;"
|
||||
@node-click="handleOrgClick"
|
||||
/>
|
||||
</el-card>
|
||||
|
|
|
|||
Loading…
Reference in New Issue