king
2022-09-13 10c86c1fab41f01c7bf7fcb9d2f8b624142f6a54
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>
    )
  }
}