Commit 899e1356 by zhaochengxiang

去掉表头固定

parent c7ca6f92
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 SmoothScroll from 'smooth-scroll';
import classnames from 'classnames';
......@@ -691,7 +691,6 @@ const ModelTable = (props) => {
},
}
}}
sticky={true}
onChange={onTableChange}
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