Commit 740bf566 by zhaochengxiang

bug fix

parent e7d58cfe
...@@ -79,7 +79,6 @@ const FC = React.forwardRef(function ({ item, reference, action }, ref) { ...@@ -79,7 +79,6 @@ const FC = React.forwardRef(function ({ item, reference, action }, ref) {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
width: 80, width: 80,
fixed: 'right',
render: (_, record) => { render: (_, record) => {
return ( return (
<Space> <Space>
...@@ -121,7 +120,6 @@ const FC = React.forwardRef(function ({ item, reference, action }, ref) { ...@@ -121,7 +120,6 @@ const FC = React.forwardRef(function ({ item, reference, action }, ref) {
title: '操作', title: '操作',
dataIndex: 'action', dataIndex: 'action',
width: 80, width: 80,
fixed: 'right',
render: (_, record) => { render: (_, record) => {
return ( return (
<Space> <Space>
......
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