no message
parent
35af95e180
commit
ce8834e9ae
|
|
@ -379,7 +379,12 @@ export default {
|
||||||
}
|
}
|
||||||
},computed:{
|
},computed:{
|
||||||
MaxHeight(){
|
MaxHeight(){
|
||||||
return window.innerHeight - 240 +"px";
|
if(this.checked){
|
||||||
|
return window.innerHeight - 285 +"px";
|
||||||
|
}else{
|
||||||
|
return window.innerHeight - 240 +"px";
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue