修改bug 52523 未符合项流程 从监控流程进入,查看详情界面需进行调整,把下拉框放到最下面
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user