style(instance): 优化操作栏的鼠标样式

master
钟良源 5 months ago
parent d888ee1f09
commit 8aa79a275e

@ -70,12 +70,11 @@ const columns: TableColumnProps[] = [
) )
}, },
{ {
title: '操作', title: '操作',
dataIndex: '', dataIndex: '',
render: (col, record, index) => ( render: (col, record, index) => (
<span> <span>
<IconEye style={{ fontSize: '26px' }} onClick={() => checkInstance(record)} /> <IconEye style={{ fontSize: '26px', cursor: 'pointer' }} onClick={() => checkInstance(record)} />
</span> </span>
) )
} }

Loading…
Cancel
Save