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}