|
@@ -62,6 +62,7 @@ export default {
|
|
},
|
|
},
|
|
blur(){
|
|
blur(){
|
|
document.activeElement.scrollIntoView({behavior: "smooth"})
|
|
document.activeElement.scrollIntoView({behavior: "smooth"})
|
|
|
|
+ $(".foot").css({'display':'block'})
|
|
// document.activeElement.scrollIntoViewIfNeeded(true);
|
|
// document.activeElement.scrollIntoViewIfNeeded(true);
|
|
// $(".foot").css({'display':'block'})
|
|
// $(".foot").css({'display':'block'})
|
|
// setTimeout(()=>{
|
|
// setTimeout(()=>{
|