|
|
|
@ -1,7 +1,7 @@
|
|
|
|
|
<!--
|
|
|
|
|
* @Author: xw
|
|
|
|
|
* @Date: 2021-10-12 10:50:44
|
|
|
|
|
* @LastEditTime: 2021-10-26 16:19:10
|
|
|
|
|
* @LastEditTime: 2021-10-26 19:00:26
|
|
|
|
|
* @LastEditors: Please set LastEditors
|
|
|
|
|
* @Description: 热门事件列表
|
|
|
|
|
* @FilePath: /data-show/src/views/BrandInsight/popularEventsList/index.vue
|
|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
<div class="pe-ouuter" v-loading="load">
|
|
|
|
|
<v-label-div title="热门事件列表" :showLine="false" :eStyle="{'border-style': 'none'}"></v-label-div>
|
|
|
|
|
<div class="pe-inner">
|
|
|
|
|
<dv-scroll-board :config="config" :style="{ width: '100%', height: '346px' }" />
|
|
|
|
|
<dv-scroll-board :config="config" :style="{ width: '100%', height: '20rem' }" />
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
@ -66,6 +66,7 @@ export default {
|
|
|
|
|
oddRowBGC: "rgba(69, 149, 244, 0);",
|
|
|
|
|
evenRowBGC: "#0F2A4D;",
|
|
|
|
|
columnWidth: [400],
|
|
|
|
|
rowNum: 5,
|
|
|
|
|
header: ["事件列表", "影响力", "时间", "关联车型"],
|
|
|
|
|
data: arr,
|
|
|
|
|
};
|
|
|
|
|