From 401524fb5661d57ffb2229d683fe4de85b65fd1c Mon Sep 17 00:00:00 2001 From: haoxuan <haoxuan> Date: 星期四, 31 八月 2023 17:54:24 +0800 Subject: [PATCH] 生产管理看板+删不需要的文件 --- src/components/cardWindow.vue | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/components/cardWindow.vue b/src/components/cardWindow.vue index 8bf56be..c41eeb0 100644 --- a/src/components/cardWindow.vue +++ b/src/components/cardWindow.vue @@ -6,7 +6,7 @@ :closeButton="true" @closebuttonclick="closeWindow(index)" :key="index" - style="background:white; height:475px" + style="background:white; " :left="center.x + index * 10" :top="center.y + index * 10" :resizable="true" @@ -18,6 +18,7 @@ :maxHeight="7000" :height="defaultHeight" :width="defaultWidth" + ref="hscw" > <div v-if="item.list.length == 1" style="height: calc(100% - 50px)"> <model-card :data="item.list[0]"></model-card> @@ -156,6 +157,7 @@ // driver.execute_script("arguments[0].scrollIntoView();", target) }, async upPage(dataInfo, index) { + console.log('涓婁竴椤�') let id = dataInfo[0].id let res = this.CardList.getFrontEle(id) if (res) { -- Gitblit v1.8.0