liushengqiang 2 년 전
부모
커밋
b0beac82bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/page-orchestra/custom-plugins/helper-model/recommendation/index.tsx

+ 1 - 1
src/page-orchestra/custom-plugins/helper-model/recommendation/index.tsx

@@ -54,7 +54,7 @@ export default defineComponent({
 						<Field
 							v-model={recommenData.message}
 							rows="3"
-							autosize={{ maxHeight: 128 }}
+							autosize={{ maxHeight: 120 }}
 							border={false}
 							type="textarea"
 							maxlength={200}