| | |
| | | import React from 'react'; |
| | | import TweenOne from 'rc-tween-one'; |
| | | import OverPack from 'rc-scroll-anim/lib/ScrollOverPack'; |
| | | import { Tabs, Row, Col } from 'antd'; |
| | | import { Icon } from '@ant-design/compatible'; |
| | | import { Col, Row, Tabs } from 'antd'; |
| | | import OverPack from 'rc-scroll-anim/lib/ScrollOverPack'; |
| | | import TweenOne from 'rc-tween-one'; |
| | | import React from 'react'; |
| | | import { getChildrenToRender } from './utils'; |
| | | |
| | | const TabPane = Tabs.TabPane; |
| | |
| | | key={i + 1} |
| | | tab={ |
| | | <div className={tag.className}> |
| | | <Icon type={iconChildren} className={icon.className} /> |
| | | <img src={iconChildren} className={icon.className} /> |
| | | <div {...tagText}>{tagText.children}</div> |
| | | </div> |
| | | } |