perf: 账号名称hover样式优化
This commit is contained in:
@ -70,12 +70,12 @@ export const TABLE_COLUMNS = [
|
||||
align: 'right',
|
||||
},
|
||||
|
||||
{
|
||||
title: '封面点击率',
|
||||
dataIndex: 'cover_click_rate',
|
||||
width: 180,
|
||||
tooltip: '内容在被曝光后,用户点击进入的比例,反映封面与标题吸引力。',
|
||||
align: 'right',
|
||||
suffix: '%',
|
||||
},
|
||||
// {
|
||||
// title: '封面点击率',
|
||||
// dataIndex: 'cover_click_rate',
|
||||
// width: 180,
|
||||
// tooltip: '内容在被曝光后,用户点击进入的比例,反映封面与标题吸引力。',
|
||||
// align: 'right',
|
||||
// suffix: '%',
|
||||
// },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user