From 5447c3a4be407b4cea8e92839a1371b94d9d1657 Mon Sep 17 00:00:00 2001 From: sd <shidong@jhsoft.cc> Date: 星期二, 05 八月 2025 17:03:10 +0800 Subject: [PATCH] 模型训练-筛选搜索功能实现 --- src/components/cardWindow.vue | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/src/components/cardWindow.vue b/src/components/cardWindow.vue index f994d40..1511f3d 100644 --- a/src/components/cardWindow.vue +++ b/src/components/cardWindow.vue @@ -13,7 +13,7 @@ positionHint="center" :isScrollable="true" :minWidth="662" - :minHeight="479" + :minHeight="599" :maxWidth="10000" :maxHeight="7000" :height="defaultHeight" @@ -111,6 +111,9 @@ } }, async nextPage(dataInfo, index) { + // console.info("dataInfo:"+JSON.stringify(dataInfo)) + // console.info("index:"+index) + // console.info("CardList.details:"+this.CardList.details.length) let id = dataInfo[0].id; let res = this.CardList.getBehindEle(id); if (res) { -- Gitblit v1.8.0