liyongli %!s(int64=2) %!d(string=hai) anos
pai
achega
9c2cde0cac
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 {