From 38a43d92ed2081527d30d0c5392f7648fc9e9498 Mon Sep 17 00:00:00 2001 From: qb <1191961160@qq.com> Date: Fri, 13 Oct 2023 15:43:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9element=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/tablecmt/tablecmt.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/tablecmt/tablecmt.vue b/src/components/tablecmt/tablecmt.vue index c1083cd1..ceff5233 100644 --- a/src/components/tablecmt/tablecmt.vue +++ b/src/components/tablecmt/tablecmt.vue @@ -208,7 +208,7 @@ onMounted(() => { var bodyContent = document.getElementById('bodys'); const _height = getWinHight(); // 设置列表的高度 - bodyContent.style.height = _height - bodyContent.getBoundingClientRect().top - 80 + 'px'; + bodyContent.style.height = _height - bodyContent.getBoundingClientRect().top - 65 + 'px'; }); interface TableColumnType { /** 表格列的key */