|
@@ -190,7 +190,7 @@
|
|
|
:param="guangtouParam"
|
|
|
:opwidth="200"
|
|
|
:custom="true"
|
|
|
- style="margin-top: 14px"
|
|
|
+ style="margin-top: 14px;"
|
|
|
>
|
|
|
<template v-slot:customcol="scope">
|
|
|
<span v-if="scope.column.columnname != 'operation'">{{
|
|
@@ -583,7 +583,7 @@
|
|
|
:layout="tool.tabelCol($route.name)['excelTable1'].tablecols"
|
|
|
:param="excelParam"
|
|
|
:custom="true"
|
|
|
- style="margin-top: 14px"
|
|
|
+ style="margin-top: 14px;"
|
|
|
>
|
|
|
<template v-slot:customcol="scope">
|
|
|
<span
|
|
@@ -1356,7 +1356,8 @@ export default {
|
|
|
this.$nextTick(() => {
|
|
|
let target = this.$refs[id].$el.getBoundingClientRect();
|
|
|
let clientHeight = document.body.clientHeight;
|
|
|
- this.tableHeight = clientHeight - target.top - 30 + "px";
|
|
|
+
|
|
|
+ this.tableHeight = this.active == 1? clientHeight - target.top - 35 + "px" : clientHeight - target.top - 65 + "px";
|
|
|
this.$refs[id].$refs.table.doLayout();
|
|
|
});
|
|
|
} catch (error) {
|