no message
parent
35af95e180
commit
ce8834e9ae
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue