修改bug 52523 未符合项流程 从监控流程进入,查看详情界面需进行调整,把下拉框放到最下面

This commit is contained in:
zhangyichen
2022-04-13 17:36:23 +08:00
parent 4c8dcbdfc3
commit fa4d167cec
@@ -16,7 +16,7 @@
<el-table
:data="dataList"
border
height="80%"
height="95%"
style="width: 100%"
:header-cell-style="{background: '#e8e8e8', color: '#333333', fontSize: '16px',
fontWeight: 'bold', height: '48px'}">
@@ -394,7 +394,7 @@ export default {
display: flex;
flex-direction: column;
justify-content: space-between;
height: calc(~'100% - 103px');
height: calc(~'100% - 53px');
overflow: auto;
}
}