From 9944610ca32c7fa8da8304060cf40876a0621f47 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Wed, 17 Sep 2025 14:05:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=97=A5=E5=8E=86=E5=8F=82?= =?UTF-8?q?=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/DesignForm/app/cardPage.vue | 13 +++++++------ .../appPage/appPageForm/openAppFormPage.vue | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/src/components/DesignForm/app/cardPage.vue b/src/components/DesignForm/app/cardPage.vue index cbbd3af..abbefb5 100644 --- a/src/components/DesignForm/app/cardPage.vue +++ b/src/components/DesignForm/app/cardPage.vue @@ -88,9 +88,10 @@ const cardInfoBox = computed(() => { }) const pageSize = ref(props.searchSend.pagesize) onMounted(()=>{ - if(pageSize.value <= 30){ - pageSize.value = 30 + if(pageSize.value <= 21){ + pageSize.value = 21 } + props.searchSend.pagesize = pageSize.value lineRanks.value = Math.round(24/props.viewSetup.form.ranks) nextTick(()=>{ getCardList(props.searchSend) @@ -143,9 +144,9 @@ const getCardList = (val:any) => { cardDataList.value = data.list }) } -defineExpose({ - getCardList -}) +// defineExpose({ +// getCardList +// }) /** @ 作者: 秦东 @@ -219,7 +220,7 @@ const cardInfo = (val:any,cla:string) => { return val[props.viewSetup.form.titleWork] } }else if(cla=="content"){ -console.log("判断是否有标题---->",props.columnsFilter) +// console.log("判断是否有标题---->",props.columnsFilter) if(props.viewSetup.form.describe){ var titleAry = []; diff --git a/src/views/sysworkflow/lowcodepage/appPage/appPageForm/openAppFormPage.vue b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/openAppFormPage.vue index 1475d35..c8957e8 100644 --- a/src/views/sysworkflow/lowcodepage/appPage/appPageForm/openAppFormPage.vue +++ b/src/views/sysworkflow/lowcodepage/appPage/appPageForm/openAppFormPage.vue @@ -640,7 +640,7 @@ defineExpose({ } } .suojing { - height: calc(100vh - 190px); + height: calc(100vh - 135px); } .demo-image__error { margin-top: 15px;