king
2021-02-02 316877c1d9e5b6d92334f30b03d97d7e833cd934
src/menu/stylecombcontrolbutton/index.jsx
@@ -148,7 +148,7 @@
  render() {
    const { label } = this.state
    return (
      <Button className="style-control-button" type="link" icon="font-colors" title="调整样式" onClick={this.triggerStyleChange}>{label}</Button>
      <Button className="style-control-button" icon="font-colors" title="调整样式" onClick={this.triggerStyleChange}>{label}</Button>
    )
  }
}