成员管理高度调整
This commit is contained in:
parent
75fdf24d84
commit
9efc0d4bfb
@ -140,7 +140,7 @@ export default {
|
|||||||
height: 520px;
|
height: 520px;
|
||||||
&--list {
|
&--list {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
height: calc(100% - 39px);
|
height: calc(100% - 109px);
|
||||||
border-bottom: 1px #ccc solid;
|
border-bottom: 1px #ccc solid;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
&::-webkit-scrollbar {
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
>
|
>
|
||||||
<div class="room">
|
<div class="room">
|
||||||
<div class="room__container">
|
<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;">
|
<div style="margin-left: 10px;margin-right: 10px;">
|
||||||
<el-input v-model="queryMember" placeholder="请输入搜索人员">
|
<el-input v-model="queryMember" placeholder="请输入搜索人员">
|
||||||
<el-button slot="append" icon="el-icon-search" />
|
<el-button slot="append" icon="el-icon-search" />
|
||||||
@ -22,7 +22,7 @@
|
|||||||
:data="treeData"
|
:data="treeData"
|
||||||
:props="defaultProps"
|
:props="defaultProps"
|
||||||
default-expand-all
|
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"
|
:filter-node-method="filterNode"
|
||||||
@node-click="handleNodeClick"
|
@node-click="handleNodeClick"
|
||||||
>
|
>
|
||||||
|
Loading…
Reference in New Issue
Block a user