king
2022-12-08 a29edbd4c670e1907e38e98f20257e5519745a4d
src/components/mk-icon/index.jsx
@@ -471,7 +471,7 @@
        MkIcons[type](resProps)
      )
    } else {
      return <span className={'anticon ' + (resProps.className || '')} style={resProps.style || null} dangerouslySetInnerHTML={{ __html: type }}></span>
      return <span className={'anticon anticon-mk ' + (resProps.className || '')} style={resProps.style || null} dangerouslySetInnerHTML={{ __html: type }}></span>
    }
  }
}