|
|
@@ -81,9 +81,9 @@ export default function RecallResultTable({ items }: Props) {
|
|
|
pointsCol('解构:灵感点', '灵感点', 240),
|
|
|
pointsCol('解构:关键点', '关键点', 240),
|
|
|
pointsCol('解构:目的点', '目的点', 240),
|
|
|
- textCol('视频主题-旧', '视频主题', 180),
|
|
|
- textCol('内容选题-旧', '内容选题', 220),
|
|
|
- textCol('视频关键词-旧', '视频关键词', 200),
|
|
|
+ textCol('视频主题-旧', '视频主题', 110),
|
|
|
+ textCol('内容选题-旧', '内容选题', 130),
|
|
|
+ textCol('视频关键词-旧', '视频关键词', 120),
|
|
|
{
|
|
|
title: '分发曝光pv',
|
|
|
key: '分发曝光pv',
|
|
|
@@ -120,11 +120,12 @@ export default function RecallResultTable({ items }: Props) {
|
|
|
return (
|
|
|
<Table<VideoMatchEnrichedVO>
|
|
|
size="small"
|
|
|
+ bordered
|
|
|
rowKey={(r) => `${r.modality}-${r.id}`}
|
|
|
dataSource={items}
|
|
|
columns={columns}
|
|
|
pagination={false}
|
|
|
- scroll={{ x: 2400 }}
|
|
|
+ scroll={{ x: 2200 }}
|
|
|
/>
|
|
|
)
|
|
|
}
|