king
2023-08-10 61063b70a4247e12b81c05ae0295d547d8ef42f1
src/menu/components/table/normal-table/index.jsx
@@ -344,6 +344,8 @@
    res.drawerPlacement = card.wrap.drawerPlacement || 'right'
    res.searchRatio = card.wrap.searchRatio || 6
    res.searchLwidth = card.wrap.searchLwidth !== undefined ? card.wrap.searchLwidth : 33.3
    res.borderRadius = card.wrap.borderRadius || 0
    res.resetContrl = card.wrap.resetContrl || 'init'
    this.updateComponent({...card, wrap: res})
  }