src/tabviews/custom/popview/index.jsx
@@ -172,6 +172,11 @@ item.$pageId = Tab.uuid item.$searchId = searchId item.$syncId = syncId if (Tab.$process) { item.$process = true item.$flowId = Tab.$flowId } if (item.style && item.style.boxShadow) { delete item.style.hShadow @@ -586,6 +591,11 @@ cell.$MenuID = Tab.$MenuID cell.$tabId = Tab.uuid if (Tab.$process) { cell.$process = true cell.$flowId = Tab.$flowId } if (cell.btnstyle) { // 兼容 cell.style = cell.style || {} cell.style = {...cell.style, ...cell.btnstyle}