|
|
@ -93,7 +93,10 @@ |
|
|
|
</el-form> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="div_table"> |
|
|
|
<div |
|
|
|
class="div_table" |
|
|
|
:style="{ height: maxTableHeight + 130 + 'px' }" |
|
|
|
> |
|
|
|
<div class="div_btn"> |
|
|
|
<el-button |
|
|
|
class="diy-button--add" |
|
|
@ -422,8 +425,8 @@ export default { |
|
|
|
maxTableHeight() { |
|
|
|
const { ref_search_height } = this; |
|
|
|
return this.$store.state.inIframe |
|
|
|
? this.clientHeight - ref_search_height - 260 + this.iframeHeight |
|
|
|
: this.clientHeight - ref_search_height - 260; |
|
|
|
? this.clientHeight - ref_search_height - 265 + this.iframeHeight |
|
|
|
: this.clientHeight - ref_search_height - 265; |
|
|
|
}, |
|
|
|
...mapGetters(["clientHeight", "iframeHeight"]), |
|
|
|
}, |
|
|
|