no message

main
liyang 2024-04-09 15:28:19 +08:00
parent 35af95e180
commit ce8834e9ae
1 changed files with 6 additions and 1 deletions

View File

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