Commit 67d93656 authored by 李纪文's avatar 李纪文

fix: 修改基础表格组件

parent f59a3367
...@@ -7,7 +7,6 @@ import './index.less'; ...@@ -7,7 +7,6 @@ import './index.less';
const BasicTable = (props) => { const BasicTable = (props) => {
const { getPrefixCls } = useContext(ConfigProvider.ConfigContext); const { getPrefixCls } = useContext(ConfigProvider.ConfigContext);
const prefixCls = getPrefixCls('basic-table'); const prefixCls = getPrefixCls('basic-table');
return <Table className={classNames(prefixCls)} scroll={{ y: 'calc(100% - 40px)' }} {...props} />; return <Table className={classNames(prefixCls)} scroll={{ y: 'calc(100% - 40px)' }} {...props} />;
}; };
......
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