成员管理高度调整

This commit is contained in:
fan 2020-07-14 17:30:35 +08:00
parent 75fdf24d84
commit 9efc0d4bfb
2 changed files with 3 additions and 3 deletions

View File

@ -140,7 +140,7 @@ export default {
height: 520px;
&--list {
background: #fff;
height: calc(100% - 39px);
height: calc(100% - 109px);
border-bottom: 1px #ccc solid;
&::-webkit-scrollbar {

View File

@ -10,7 +10,7 @@
>
<div class="room">
<div class="room__container">
<div style="width: 70%;height: 100%;">
<div style="width: 70%;height: calc(100%-20px);">
<div style="margin-left: 10px;margin-right: 10px;">
<el-input v-model="queryMember" placeholder="请输入搜索人员">
<el-button slot="append" icon="el-icon-search" />
@ -22,7 +22,7 @@
:data="treeData"
:props="defaultProps"
default-expand-all
style="margin: 10px;margin-bottom: 0;border: 1px solid #ccc;overflow-y: auto;height: calc(100% - 50px);"
style="margin: 10px;margin-bottom: 0;border: 1px solid #ccc;overflow-y: auto;height: calc(100% - 120px);"
:filter-node-method="filterNode"
@node-click="handleNodeClick"
>