liyongli 2 anni fa
parent
commit
9c2cde0cac
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/view/chatGptChat/index.vue

+ 2 - 1
src/view/chatGptChat/index.vue

@@ -18,7 +18,7 @@
     <van-field
       v-model="inputText"
       rows="1"
-      maxlength="300"
+      maxlength="200"
       autosize
       placeholder="请输入您的问题"
       type="textarea"
@@ -104,6 +104,7 @@ function saveText() {
   .van-field {
     background-color: #eee;
     position: fixed;
+    padding-bottom: 1em;
     bottom: 0;
     left: 0;
     .van-field__control {