src/views/design/sidemenu/thdmenuplus/index.jsx
@@ -320,8 +320,7 @@ return ( <Col key={template.type + index} className={template.disabled ? 'disabled' : ''} title={template.disTitle || ''} span={6}> <Card title={template.title}> <Card title={<div className="title-wrap"><div>{template.title}</div><div>{template.MenuNo}</div></div>}> <img onClick={() => {this.previewPicture(template)}} src={template.url} alt=""/> <div className="card-operation"> <Button type="primary" onClick={() => {this.useTemplate(template, 'user')}}>使用模板</Button>