From a827dbadd7dcc86067cb71d36a62abbf3418a91f Mon Sep 17 00:00:00 2001
From: heyujie <516346543@qq.com>
Date: 星期三, 03 十一月 2021 17:38:26 +0800
Subject: [PATCH] hyj change shuohuang
---
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