From 5bebb0546da5d2b34bae52a13f302657c7099755 Mon Sep 17 00:00:00 2001
From: wangting <675591594@qq.com>
Date: 星期五, 12 四月 2024 12:06:36 +0800
Subject: [PATCH] 按钮action

---
 Source/ProjectWeb/src/components/refer/vciWebRefer.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Source/ProjectWeb/src/components/refer/vciWebRefer.vue b/Source/ProjectWeb/src/components/refer/vciWebRefer.vue
index 8607636..c07ef45 100644
--- a/Source/ProjectWeb/src/components/refer/vciWebRefer.vue
+++ b/Source/ProjectWeb/src/components/refer/vciWebRefer.vue
@@ -181,7 +181,7 @@
       refertype: this.referConfig.type,
       emitData: {},
       width:this.referConfig.width || '900px',
-      height:this.referConfig.height || '600px'
+      height:this.referConfig.height || '500px'
     };
   },
   computed: {

--
Gitblit v1.9.3