From b04fed379c3d2f69145cd7276dad4a8c356f4a36 Mon Sep 17 00:00:00 2001 From: wosiwq Date: Thu, 28 Mar 2024 23:43:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9table=E9=AB=98=E5=BA=A6?= =?UTF-8?q?=E8=AE=A1=E7=AE=97=E6=96=B9=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/SystemSettings.vue | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/views/SystemSettings.vue b/src/views/SystemSettings.vue index 9c63df1..94cff75 100644 --- a/src/views/SystemSettings.vue +++ b/src/views/SystemSettings.vue @@ -20,7 +20,7 @@ :height=" bodySize.height.value - (buttonSize.height.value + 8) - - (itemSize.height.value + 18) * 2 - + 50 * formItemList.length - 50 " :data="templateTableData" @@ -56,11 +56,9 @@ const recordingPath = ref() const fileNameAndPathTemplate = ref() const bodyEl = ref() const buttonEl = ref() -const itemEl = ref() const bodySize = useElementSize(bodyEl) const buttonSize = useElementSize(buttonEl) -const itemSize = useElementSize(itemEl) const formItemList = ref([ {