king
2021-05-24 f267d04e0561a0a20d1f2a9f558a273558ece90d
src/menu/components/card/cardcellcomponent/dragaction/card.jsx
@@ -11,7 +11,7 @@
import MKEmitter from '@/utils/events.js'
import asyncComponent from '@/utils/asyncComponent'
import asyncIconComponent from '@/utils/asyncIconComponent'
import { resetStyle } from '@/utils/utils-custom.js'
import './index.scss'
const BarCode = asyncComponent(() => import('@/components/barcode'))
@@ -50,6 +50,7 @@
  
  if (card.style) {
    _style = {...card.style, opacity: isDragging ? 0 : 1}
    _style = resetStyle(_style)
  }
  const getContent = () => {