Browse Source

提示词控件样式修改

S0025136190 9 tháng trước cách đây
mục cha
commit
c2143fb825
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/pages/questionAnswer/info/index.tsx

+ 1 - 2
src/pages/questionAnswer/info/index.tsx

@@ -436,9 +436,8 @@ const QuestionAnswerInfo: React.FC = () => {
                                     <div >
                                         <FormItem name='prompt' >
                                             <TextArea
-                                                autoSize
                                                 placeholder="提示词"
-                                                style={{ height: '100%' }}
+                                                rows={20}
                                             />
                                         </FormItem>
                                     </div>