|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
* @Author: JC9527
|
|
|
|
|
* @Date: 2024-03-25 09:07:08
|
|
|
|
|
* @LastEditors: JC9527
|
|
|
|
|
* @LastEditTime: 2024-04-01 10:29:01
|
|
|
|
|
* @LastEditTime: 2024-04-12 10:49:40
|
|
|
|
|
-->
|
|
|
|
|
<template>
|
|
|
|
|
<div class="L-public-main" id="L-size-main">
|
|
|
|
@ -415,7 +415,7 @@ export default {
|
|
|
|
|
const elementHeight = element.offsetHeight;
|
|
|
|
|
const headerHeight = header.offsetHeight;
|
|
|
|
|
const paginationtHeight = pagination.offsetHeight;
|
|
|
|
|
this.tabHeader = elementHeight - headerHeight - paginationtHeight - 100;
|
|
|
|
|
this.tabHeader = elementHeight - headerHeight - paginationtHeight - 140;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|