소스 검색

文本域失焦显示底部按钮

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(()=>{