用户管理 修改高度

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>
<!-- 设置机构 --> <!-- 设置机构 -->
<el-dialog :title="title" :visible.sync="innerVisibleshow" width="1200px"> <el-dialog :title="title" :visible.sync="innerVisibleshow" width="1200px">
<el-row :gutter="20"> <el-row :gutter="20" style="height: 650px">
<el-col :span="10"> <el-col :span="10">
<div class="table-title"> <div class="table-title">
<span v-if="agencyNum">可设置机构:{{ agencyNum }}</span> <span v-if="agencyNum">可设置机构:{{ agencyNum }}</span>
<span v-else>可设置机构:0条</span> <span v-else>可设置机构:0条</span>
</div> </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 ref="queryForm" :model="formmat" :rules="rules" label-width="80px" :inline="true">
<el-form-item label="机构名称" prop="agencyName" label-width="120"> <el-form-item label="机构名称" prop="agencyName" label-width="120">
<el-input v-model="formmat.agencyName" placeholder="请输入机构名称" clearable /> <el-input v-model="formmat.agencyName" placeholder="请输入机构名称" clearable />
@ -309,7 +309,7 @@
</el-form> </el-form>
</div> </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"> @selection-change="handleSelectionChangenleft" class="el-table-dialog" row-key="id">
<el-table-column type="selection" width="55" align="center"> <el-table-column type="selection" width="55" align="center">
</el-table-column> </el-table-column>
@ -1218,6 +1218,7 @@ export default {
} }
.pagination-container { .pagination-container {
left: 10px;
height: 10vh; height: 10vh;
} }
</style> </style>