Commit 9f440b31 by zhaochengxiang

bug fix

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