king
2022-02-09 d59f518f466274b2caeb2e01c10c92deafe7c93b
src/mob/components/tabs/antv-tabs/dragabletabs.jsx
@@ -90,7 +90,7 @@
  render() {
    const { order } = this.state
    const { children } = this.props
    const { children, ...resProps } = this.props
    const tabs = []
    React.Children.forEach(children, c => {
      tabs.push(c)
@@ -118,7 +118,7 @@
    return (
      <DndProvider>
        <Tabs renderTabBar={this.renderTabBar} {...this.props}>
        <Tabs renderTabBar={this.renderTabBar} {...resProps}>
          {orderTabs}
        </Tabs>
      </DndProvider>