From 79badfa1fa196d6afce53b5e0bd1115452f8370d Mon Sep 17 00:00:00 2001 From: "lily.zhang" Date: Sat, 16 Oct 2021 10:29:26 +0800 Subject: [PATCH] cxw-010203 --- package.json | 1 + src/components/v-labelDiv/index.vue | 8 +- src/components/v-tab-group/index.vue | 3 +- src/lycomponents/iLayout/index.vue | 17 +- src/main.js | 5 +- src/utils/gol/ops.js | 47 ++++ src/utils/gol/sideSingleColumn.js | 83 ++++++ .../brandCommunicationTOPMedia/index.vue | 242 ++++++++++++++++++ .../v-ranking-bcm/index.vue | 232 +++++++++++++++++ .../brandEventComparison/index.vue | 102 ++++++++ .../brandEventComparison/opt.js | 126 +++++++++ .../channelDistribution/opt.js | 14 +- .../index.vue | 38 +++ .../comparisonOfWeiboInformation/index.vue | 39 +++ src/views/BrandComparison/index.vue | 35 ++- .../overallWordCloudComparison/index.vue | 81 ++++++ .../overallWordCloudComparison/opt.js | 215 ++++++++++++++++ src/views/BrandInsight/index.vue | 8 +- yarn.lock | 5 + 19 files changed, 1276 insertions(+), 25 deletions(-) create mode 100644 src/utils/gol/ops.js create mode 100644 src/utils/gol/sideSingleColumn.js create mode 100644 src/views/BrandComparison/brandCommunicationTOPMedia/index.vue create mode 100644 src/views/BrandComparison/brandCommunicationTOPMedia/v-ranking-bcm/index.vue create mode 100644 src/views/BrandComparison/brandEventComparison/index.vue create mode 100644 src/views/BrandComparison/brandEventComparison/opt.js create mode 100644 src/views/BrandComparison/comparisonOfTheNumberOfWeiboInteractions/index.vue create mode 100644 src/views/BrandComparison/comparisonOfWeiboInformation/index.vue create mode 100644 src/views/BrandComparison/overallWordCloudComparison/index.vue create mode 100644 src/views/BrandComparison/overallWordCloudComparison/opt.js diff --git a/package.json b/package.json index 15ed11d..600bff7 100644 --- a/package.json +++ b/package.json @@ -21,6 +21,7 @@ "vue": "^2.6.11", "vue-count-to": "^1.0.13", "vue-router": "^3.5.2", + "vuescroll": "^4.17.3", "vuex": "^3.6.2" }, "devDependencies": { diff --git a/src/components/v-labelDiv/index.vue b/src/components/v-labelDiv/index.vue index d680497..4a718a9 100644 --- a/src/components/v-labelDiv/index.vue +++ b/src/components/v-labelDiv/index.vue @@ -1,14 +1,14 @@