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() {