king
2023-09-05 c9967063fa42e15d9f695220c76641cfa28669f2
src/tabviews/custom/popview/index.jsx
@@ -173,6 +173,11 @@
      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
        delete item.style.vShadow
@@ -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}