From f3167f8371d19d0ea8fe7d0e7af5517ff0b08cd2 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 07 四月 2021 23:25:29 +0800 Subject: [PATCH] 2021-04-07 --- 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