king
2024-10-30 c96108bd84050feb01b47db3f5cae96670fda435
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