From ce8834e9aece906eb3e34f1b31a19e80ed8a10ff Mon Sep 17 00:00:00 2001 From: liyang <1260016348@qq.com> Date: Tue, 9 Apr 2024 15:28:19 +0800 Subject: [PATCH] no message --- wms-vue/src/components/duochaxun/Kucunrizhi.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/wms-vue/src/components/duochaxun/Kucunrizhi.vue b/wms-vue/src/components/duochaxun/Kucunrizhi.vue index cce0d8f..b8b814b 100644 --- a/wms-vue/src/components/duochaxun/Kucunrizhi.vue +++ b/wms-vue/src/components/duochaxun/Kucunrizhi.vue @@ -379,7 +379,12 @@ export default { } },computed:{ MaxHeight(){ - return window.innerHeight - 240 +"px"; + if(this.checked){ + return window.innerHeight - 285 +"px"; + }else{ + return window.innerHeight - 240 +"px"; + } + } }, mounted() {