部门列表加滚动条

This commit is contained in:
caoqianming 2021-04-06 10:47:09 +08:00
parent bafe8bbaed
commit ef2a925265
1 changed files with 2 additions and 2 deletions

View File

@ -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>