diff --git a/src/views/BrandInsight/popularEventsList/index.vue b/src/views/BrandInsight/popularEventsList/index.vue index 7645e2d..8e766dc 100644 --- a/src/views/BrandInsight/popularEventsList/index.vue +++ b/src/views/BrandInsight/popularEventsList/index.vue @@ -69,7 +69,7 @@ export default { headerBGC: "#1b4062", oddRowBGC: "#173b6d", evenRowBGC: "rgba(69, 149, 244, 0)", - columnWidth: [300, 200, 120], + columnWidth: [440, 120, 120], rowNum: 6, header: ["事件列表", "影响力", "时间", "关联车型"], data: arr, diff --git a/src/views/EventDetails/hotOther/index.vue b/src/views/EventDetails/hotOther/index.vue index 2f8c3a6..e4673c5 100644 --- a/src/views/EventDetails/hotOther/index.vue +++ b/src/views/EventDetails/hotOther/index.vue @@ -78,7 +78,7 @@ export default { oddRowBGC: "#173b6d", evenRowBGC: "rgba(69, 149, 244, 0)", rowNum: 10, - columnWidth: [170,60,160], + columnWidth: [240,70,150], header: ["事件列表", "影响力", "时间", "关联品牌"], data: arr, };