From cc077973898450d7bbb3d24717a36f166f22f38c Mon Sep 17 00:00:00 2001 From: yuxc <yuxc@vci-tech.com> Date: 星期四, 25 四月 2024 15:21:21 +0800 Subject: [PATCH] 枚举接口编写与测试。 --- 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