king
2021-10-28 2922bbb6e939928939fb6728153b67cdf9dd6930
src/mob/modalconfig/index.jsx
@@ -439,7 +439,10 @@
                  handleForm={this.handleForm}
                  closeForm={this.closeForm}
                />
                <Button className="modal-submit" type="primary">确定</Button>
                <div className="modal-btns">
                  <Button className="modal-reset" type="default">重置</Button>
                  <Button className="modal-submit" type="primary">{config.setting.btnName || '确定'}</Button>
                </div>
              </div>
            </div>
          </div>