Commit 44280c10 authored by 秦文海's avatar 秦文海

chore: 测试包

parent e6d662eb
import TipTool from '../index'; import TipTool from '../index';
import _ from 'lodash';
export default () => { export default () => {
const style = { const style = {
minWidth: '600px', minWidth: '600px',
......
...@@ -4,6 +4,7 @@ import { TableContent } from '../tableContent'; ...@@ -4,6 +4,7 @@ import { TableContent } from '../tableContent';
import { Tabs, ConfigProvider } from 'antd'; import { Tabs, ConfigProvider } from 'antd';
import classNames from 'classnames'; import classNames from 'classnames';
import React, { useContext } from 'react'; import React, { useContext } from 'react';
import _ from 'lodash';
const { TabPane } = Tabs; const { TabPane } = Tabs;
const LeftList = (props) => { const LeftList = (props) => {
const { getPrefixCls } = useContext(ConfigProvider.ConfigContext); const { getPrefixCls } = useContext(ConfigProvider.ConfigContext);
...@@ -35,7 +36,7 @@ const LeftList = (props) => { ...@@ -35,7 +36,7 @@ const LeftList = (props) => {
<PlaySquareOutlined /> <PlaySquareOutlined />
</div> </div>
} }
key="2" key={index}
> >
多媒体 多媒体
</TabPane> </TabPane>
......
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