瀏覽代碼

提示词控件样式修改

S0025136190 9 月之前
父節點
當前提交
c2143fb825
共有 1 個文件被更改,包括 1 次插入2 次删除
  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>