File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ const audioFailed = (error) => {
104
104
@submit.prevent =" chat" >
105
105
<textarea required id =" chat-input-textbox" placeholder =" 输入你的问题..." name =" prompt"
106
106
autocomplete =" off" v-model =" form.prompt" style =" height : 40px !important ;"
107
- class =" block w-full rounded-md border-0 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-blue-600 sm:py-1.5 sm:text-sm sm:leading-6" ></textarea >
107
+ class =" block w-full rounded-md border-0 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-blue-600 sm:py-1.5 sm:text-sm sm:leading-6 resize-y " ></textarea >
108
108
<div class =" flex space-x-2" >
109
109
<button
110
110
:class =" { 'flex items-center justify-center px-4 py-2 border border-green-600 bg-green-500 hover:bg-green-600 text-white rounded-md text-sm md:text-base': true }"
You can’t perform that action at this time.
0 commit comments