king
2021-07-07 b636a3f64219455ee680bd626c65282c636cfcef
src/mob/components/topbar/normal-navbar/wrapsetting/settingform/index.jsx
@@ -67,26 +67,18 @@
                )}
              </Form.Item>
            </Col>
            {type === 'navbar' ? <Col span={12}>
              <Form.Item label="标题">
            <Col span={12}>
              <Form.Item label={
                <Tooltip placement="topLeft" title="使用搜索栏时,标题用于搜索条件隐藏时显示。">
                  <Icon type="question-circle" />
                  标题
                </Tooltip>
              }>
                {getFieldDecorator('title', {
                  initialValue: wrap.title || ''
                })(<Input placeholder={''} autoComplete="off" onPressEnter={this.handleSubmit} />)}
              </Form.Item>
            </Col> : null}
            {/* <Col span={12}>
              <Form.Item label="高度">
                {getFieldDecorator('height', {
                  initialValue: wrap.height || 50,
                  rules: [
                    {
                      required: true,
                      message: this.props.dict['form.required.input'] + '高度!'
                    }
                  ]
                })(<InputNumber min={30} max={200} precision={0} onPressEnter={this.handleSubmit} />)}
              </Form.Item>
            </Col> */}
            </Col>
            <Col span={12}>
              <Form.Item label="返回">
                {getFieldDecorator('back', {