king
4 天以前 80deba0c2dcffd9e6b6f07815c7c52199309ce42
src/menu/tableshell/index.jsx
@@ -122,8 +122,12 @@
    }
  })
  let style = JSON.stringify(menu.style || {})
  style = style.replace(/@mywebsite@\//ig, window.GLOB.baseurl)
  style = JSON.parse(style)
  return (
    <div ref={drop} className="table-shell-inner" style={menu.style}>
    <div ref={drop} className="table-shell-inner" style={style}>
      <div className="ant-row">
        {cards.map(card => (
          <Card