pro-components icon indicating copy to clipboard operation
pro-components copied to clipboard

🐛[BUG]protable 设置 tooltip 偶发 2 个tooltip

Open lvqingxiang opened this issue 1 year ago • 2 comments

"antd": "~5.12.7",
"@ant-design/pro-components": "~2.6.44",
截屏2024-01-19 15 09 52 使用方式:
{
  title: '描述',
  dataIndex: 'description',
  width: 180,
  ellipsis: false,
  renderText(description) {
    return <Paragraph ellipsis={{ rows: 1, tooltip: true }}>{description}</Paragraph>;
  },
},

    <ProTable
      rowKey="id"
      search={false}
      loading={loading}
      dataSource={fileList}
      columns={columns}
      pagination={{ total: data?.total, current: current, pageSizeOptions: [20, 50, 100] }}
      onChange={onPageChange}
      options={{ reload: refresh }}
      scroll={{ x: 1000 }}
    />

lvqingxiang avatar Jan 19 '24 07:01 lvqingxiang

是的,这个问题经常出现,ProTable、CheckCard 都有

iwtem avatar Jan 31 '24 08:01 iwtem

是的,这个问题经常出现,ProTable、CheckCard 都有

现在有什么方式可以先让它不出现吗😭

lvqingxiang avatar Jan 31 '24 09:01 lvqingxiang