Преглед изворни кода

文本域失焦显示底部按钮

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