|
@@ -262,7 +262,7 @@
|
|
|
:loading="tableLoading"
|
|
|
size="small"
|
|
|
bordered
|
|
|
- :scroll="{ x: editTableWidth, y: tableHeightValue }"
|
|
|
+ :scroll="{ x: editTableWidth, y: editTableHeightValue }"
|
|
|
:components='components'
|
|
|
>
|
|
|
<!-- 整改后试验结果 -->
|
|
@@ -675,6 +675,7 @@ export default {
|
|
|
/** 高度计算 */
|
|
|
tableHeight: window.innerHeight - 350 + 'px',
|
|
|
tableHeightValue: window.innerHeight - 350,
|
|
|
+ editTableHeightValue: window.innerHeight - 900,
|
|
|
// 表格总宽度
|
|
|
tableWidth: 0,
|
|
|
editTableWidth: 0,
|