From 9872990cb2b6da7e0a66a3b31cc65f7fbaa50df9 Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期五, 31 五月 2024 17:08:44 +0800 Subject: [PATCH] 1、平台接口修改上传 --- 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