src/views/mobdesign/popview/index.jsx
@@ -291,7 +291,7 @@ <Button className="mk-border-purple" onClick={() => this.setState({eyeopen: !eyeopen})}>{!eyeopen ? <EyeOutlined /> : <EyeInvisibleOutlined />} 组件名</Button> <PasteController insert={this.insert} /> <StyleCombControlButton menu={config} /> <ReplaceField type="custom" config={config} updateConfig={this.resetConfig}/> <ReplaceField config={config} updateConfig={this.resetConfig}/> <Button type="default" onClick={this.closeView}>返回</Button> </div> </div>