king
2023-09-18 11b6387d74467f81e33eba8f882bff610f240115
src/menu/pastecontroller/index.jsx
@@ -94,7 +94,7 @@
    const { visible } = this.state
    return (
      <div className="mk-view-paste" style={{display: 'inline-block'}}>
      <>
        <Button style={{borderColor: '#40a9ff', color: '#40a9ff'}} onClick={() => {this.setState({visible: true})}}><SnippetsOutlined />粘贴</Button>
        <Modal
          title="粘贴"
@@ -107,7 +107,7 @@
        >
          <PasteForm wrappedComponentRef={(inst) => this.pasteFormRef = inst} inputSubmit={this.pasteSubmit}/>
        </Modal>
      </div>
      </>
    )
  }
}