king
2023-06-12 07c005cf28acf74e3afde82122e4c53e1000d70c
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