king
2022-05-17 af89cc791fc928578740a62917e9ee32a8a23d6b
src/menu/components/code/sandbox/index.jsx
@@ -41,7 +41,6 @@
      let _card = {
        uuid: card.uuid,
        type: card.type,
        floor: card.floor,
        tabId: card.tabId || '',
        parentId: card.parentId || '',
        dataName: card.dataName || '',
@@ -189,6 +188,7 @@
          <ToolOutlined />
        </Popover>
        <CodeContent name={card.name} html={card.html} css={card.css} js={card.js}/>
        <div className="component-name"><div className="center">{card.name}</div></div>
      </div>
    )
  }