Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
super_liu
2022-04-14 15:22:55 +08:00
2 changed files with 56 additions and 54 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
} }
.el-drawer__body{ .el-drawer__body{
height: 100%; height: 100%;
overflow-y: auto; //overflow-y: auto;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
// 底部带 提交、取消按钮 // 底部带 提交、取消按钮
@@ -291,12 +291,13 @@
</el-form-item> </el-form-item>
</el-form> </el-form>
</div> </div>
<div style="height: calc(100% - 65px); overflow: auto">
<el-table <el-table
:data="sarAccessListDatas" :data="sarAccessListDatas"
tooltip-effect="dark" tooltip-effect="dark"
style="width: 100%" style="width: 100%"
border border
class="table-height" height="100%"
:header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px', :header-cell-style="{background: '#f5f1f1', color: '#333333', fontSize: '16px',
fontWeight: 'bold', height: '48px'}" fontWeight: 'bold', height: '48px'}"
@selection-change="selectListChange" @selection-change="selectListChange"
@@ -347,6 +348,7 @@
</el-table-column> </el-table-column>
</el-table> </el-table>
</div> </div>
</div>
<pagination <pagination
:page="page" :page="page"
:pageSize="pageSize" :pageSize="pageSize"