|
@@ -18,9 +18,10 @@
|
|
|
:gutter="20"
|
|
|
:style="{height:heights-150+'px',}"
|
|
|
>
|
|
|
- <el-col :span="16">
|
|
|
+ <el-col :span="16" style="height: 100%;">
|
|
|
<div
|
|
|
class='parent hc-excel-table-form'
|
|
|
+ style="position: relative;height: 100%;width: 100%;overflow: auto;"
|
|
|
id='parent'
|
|
|
@click="parentClick($event)"
|
|
|
>
|