From 75f3fd6e67851b9079e0b82c8cd94bf7649fe8bd Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期一, 08 三月 2021 18:53:44 +0800 Subject: [PATCH] 2021-03-08 --- src/templates/menuconfig/editthdmenu/menuform/index.jsx | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/templates/menuconfig/editthdmenu/menuform/index.jsx b/src/templates/menuconfig/editthdmenu/menuform/index.jsx index 4448a11..c86cde8 100644 --- a/src/templates/menuconfig/editthdmenu/menuform/index.jsx +++ b/src/templates/menuconfig/editthdmenu/menuform/index.jsx @@ -3,6 +3,7 @@ import { Form, Row, Col, Input, Select } from 'antd' import './index.scss' +const { TextArea } = Input class MainSearch extends Component { static propTpyes = { @@ -158,7 +159,7 @@ message: '鍦板潃鏈�闀夸负1024涓瓧绗�!' } ] - })(<Input placeholder="" autoComplete="off" />)} + })(<TextArea rows={2} />)} </Form.Item> </Col> : null} </Row> -- Gitblit v1.8.0