Преглед на файлове

提示词控件样式修改

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>