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

chore: 测试包

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