liyongli 2 năm trước cách đây
mục cha
commit
c3bb04417a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/view/chatGptChatNew/index.vue

+ 1 - 1
src/view/chatGptChatNew/index.vue

@@ -140,7 +140,7 @@ function focus() {
   let t = window.setTimeout(() => {
     inputText.value = '';
     window.clearTimeout(t);
-  }, 1000);
+  }, 300);
 }
 </script>
 <style lang="scss">