Commit 4cc99367 by zhaochengxiang

bug

parent 708cc6d2
...@@ -121,7 +121,8 @@ const FC = (props) => { ...@@ -121,7 +121,8 @@ const FC = (props) => {
maskClosable={false} maskClosable={false}
centered={true} centered={true}
> >
<Tabs {
visible && <Tabs
activeKey={activeKey} activeKey={activeKey}
onChange={(key) => { setActiveKey(key); }} onChange={(key) => { setActiveKey(key); }}
tabBarExtraContent={{ tabBarExtraContent={{
...@@ -166,6 +167,7 @@ const FC = (props) => { ...@@ -166,6 +167,7 @@ const FC = (props) => {
</div> </div>
</Tabs.TabPane> </Tabs.TabPane>
</Tabs> </Tabs>
}
</Modal> </Modal>
) )
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment