king
2023-03-17 f74d06cff0e27653c2c5ff33cf3824fa3cfb4464
src/mob/components/search/single-search/index.jsx
@@ -11,6 +11,7 @@
import './index.scss'
const NormalForm = asyncIconComponent(() => import('@/components/normalform'))
const CopyComponent = asyncIconComponent(() => import('@/menu/components/share/copycomponent'))
class SingleSearchComponent extends Component {
  static propTpyes = {
@@ -133,6 +134,7 @@
            <NormalForm title="搜索设置" width={800} update={this.updateWrap} getForms={this.getWrapForms}>
              <EditOutlined style={{color: '#1890ff'}} title="编辑"/>
            </NormalForm>
            <CopyComponent type="singleSearch" card={card}/>
            <FontColorsOutlined className="style" title="调整样式" onClick={this.changeStyle}/>
            <DeleteOutlined className="close" onClick={() => this.props.deletecomponent(card.uuid)} />
          </div>