仿真成员界面样式优化

This commit is contained in:
dong 2023-05-25 10:31:57 +08:00
parent 9426ece04f
commit 13b63988dd

View File

@ -9,7 +9,7 @@
>
<div class="room">
<div class="room__container">
<div style="width: 70%;height: calc(100% - 20px);">
<div style="width: 70%;height: 100%;">
<div style="margin-left: 10px;margin-right: 10px;">
<el-input v-model="queryMember" placeholder="请输入搜索人员">
<el-button slot="append" icon="el-icon-search" />
@ -21,7 +21,7 @@
:data="treeData"
:props="defaultProps"
default-expand-all
style="margin: 10px;margin-bottom: 0;border: 1px solid #ccc;overflow-y: auto;height: calc(100% - 120px);"
style="margin: 10px;margin-bottom: 0;border: 1px solid #ccc;overflow-y: auto;height: calc(100% - 50px);"
:filter-node-method="filterNode"
>
<span :id="data.id" slot-scope="{ data }" class="custom-tree-node">
@ -571,7 +571,7 @@ export default {
background: #f0f0f0;
&__container {
height: 100%;
height: calc(100% - 20px);
display: flex;
flex-grow: 1;
padding: 10px;