用户管理 修改高度

This commit is contained in:
shidongli 2024-12-19 15:21:29 +08:00
parent 6c58ab3d5d
commit 55661d3fab

View File

@ -290,13 +290,13 @@
</el-dialog>
<!-- 设置机构 -->
<el-dialog :title="title" :visible.sync="innerVisibleshow" width="1200px">
<el-row :gutter="20">
<el-row :gutter="20" style="height: 650px">
<el-col :span="10">
<div class="table-title">
<span v-if="agencyNum">可设置机构:{{ agencyNum }}</span>
<span v-else>可设置机构:0条</span>
</div>
<div style="margin-top: 3%">
<div style="margin-top: 3% ;">
<el-form ref="queryForm" :model="formmat" :rules="rules" label-width="80px" :inline="true">
<el-form-item label="机构名称" prop="agencyName" label-width="120">
<el-input v-model="formmat.agencyName" placeholder="请输入机构名称" clearable />
@ -309,7 +309,7 @@
</el-form>
</div>
<!-- 穿梭框左边 -->
<el-table ref="multipleTable" :data="tableData1" height="300" tooltip-effect="dark" style="width: 100%"
<el-table ref="multipleTable" :data="tableData1" height="300" tooltip-effect="dark" style="width: 100%;height:510px"
@selection-change="handleSelectionChangenleft" class="el-table-dialog" row-key="id">
<el-table-column type="selection" width="55" align="center">
</el-table-column>
@ -1218,6 +1218,7 @@ export default {
}
.pagination-container {
left: 10px;
height: 10vh;
}
</style>