king
2022-01-02 a7666ec39e65e56759a9b12ed7748fd349e6828f
src/templates/modalconfig/settingform/index.jsx
@@ -96,14 +96,14 @@
              })(<Input placeholder="" autoComplete="off" onPressEnter={this.handleSubmit} />)}
            </Form.Item>
          </Col>
          {appType !== 'mob' ? <Col span={12}>
          {/* {appType !== 'mob' ? <Col span={12}>
            <Form.Item label="宽度(%)">
              {getFieldDecorator('width', {
                initialValue: config.setting.width
              })(<InputNumber min={10} max={90} precision={0} onPressEnter={this.handleSubmit}/>)}
              })(<InputNumber min={10} max={2000} precision={0} onPressEnter={this.handleSubmit}/>)}
            </Form.Item>
          </Col> : null}
          {appType === 'mob' ? <Col span={12}>
          </Col> : null} */}
          <Col span={12}>
            <Form.Item label={
              <Tooltip placement="topLeft" title="宽度小于100时为百分率,大于100时为绝对值。">
                <QuestionCircleOutlined className="mk-form-tip" />
@@ -114,7 +114,7 @@
                initialValue: config.setting.width
              })(<InputNumber min={10} max={2000} precision={0} onPressEnter={this.handleSubmit}/>)}
            </Form.Item>
          </Col> : null}
          </Col>
          <Col span={12}>
            <Form.Item label="初始焦点">
              {getFieldDecorator('focus', {