浏览代码

文本域失焦显示底部按钮

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