From 80deba0c2dcffd9e6b6f07815c7c52199309ce42 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 23 六月 2025 17:36:03 +0800
Subject: [PATCH] 2025-06-23

---
 src/menu/tableshell/index.jsx |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/menu/tableshell/index.jsx b/src/menu/tableshell/index.jsx
index 2e125ea..defc741 100644
--- a/src/menu/tableshell/index.jsx
+++ b/src/menu/tableshell/index.jsx
@@ -95,6 +95,7 @@
     drop(item) {
       if (item.added || item.index) {
         delete item.added // 鍒犻櫎缁勪欢娣诲姞鏍囪
+        delete item.dropTargetId
         return
       }
       
@@ -121,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

--
Gitblit v1.8.0