|
@@ -61,7 +61,7 @@ export default {
|
|
|
this.$emit("updata",newData);
|
|
|
},
|
|
|
blur(){
|
|
|
- document.activeElement.scrollIntoView({behavior: "smooth"})
|
|
|
+ document.activeElement.scrollIntoView({behavior: "smooth",block:'end'})
|
|
|
$(".foot").css({'display':'block'})
|
|
|
// document.activeElement.scrollIntoViewIfNeeded(true);
|
|
|
// $(".foot").css({'display':'block'})
|