ソースを参照

文本域失焦显示底部按钮

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