فهرست منبع

文本域失焦显示底部按钮

luolei 5 سال پیش
والد
کامیت
14c1a084ce
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/common/ComTextArea.vue

+ 1 - 0
src/common/ComTextArea.vue

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