king
2022-09-13 b8cde0c39d7b6d58ceff3adf6dea3cb3118ea602
src/templates/sharecomponent/searchcomponent/settingform/index.jsx
@@ -53,8 +53,7 @@
    }
    return (
      <div className="model-table-datasource-setting-form-box">
        <Form {...formItemLayout} className="model-setting-form">
      <Form {...formItemLayout}>
          <Row gutter={24}>
            <Col span={12}>
              <Form.Item label="搜索按钮">
@@ -143,7 +142,6 @@
            </Col>
          </Row>
        </Form>
      </div>
    )
  }
}