Commit 899e1356 by zhaochengxiang

去掉表头固定

parent c7ca6f92
import React, { useState, useEffect, useRef } from "react"; import React, { useState, useEffect, useRef } from "react";
import { Tooltip, Modal, Pagination, Table, Descriptions } from 'antd'; import { Tooltip, Modal, Pagination, Table } from 'antd';
import { DownOutlined, UpOutlined } from '@ant-design/icons'; import { DownOutlined, UpOutlined } from '@ant-design/icons';
import SmoothScroll from 'smooth-scroll'; import SmoothScroll from 'smooth-scroll';
import classnames from 'classnames'; import classnames from 'classnames';
...@@ -691,7 +691,6 @@ const ModelTable = (props) => { ...@@ -691,7 +691,6 @@ const ModelTable = (props) => {
}, },
} }
}} }}
sticky={true}
onChange={onTableChange} onChange={onTableChange}
expandable={expandable} expandable={expandable}
/> />
......
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