@@ -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 {