Commit 9f440b31 by zhaochengxiang

bug fix

parent 9e6f9522
......@@ -110,7 +110,7 @@ const FC = (props) => {
title: name,
dataIndex: name,
ellipsis: true,
width: 120,
// width: 120,
render: (text, record) => {
return (
<Tooltip title={text}>
......@@ -376,6 +376,7 @@ const FC = (props) => {
</div>
<div className='p-3'>
<Table
extraColWidth={32}
loading={loadingFilterElements||loading}
columns={columns}
dataSource={tableData}
......
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