From 64faafee9df4e106558d3985c533fbf1c3f6521f Mon Sep 17 00:00:00 2001
From: zx <604444282@qq.com>
Date: Fri, 3 Dec 2021 16:23:29 +0800
Subject: [PATCH] zx
---
src/lycomponents/iHeaderBrand/index.vue | 25 ++---------
.../brandTonalDistribution/index.vue | 4 +-
.../weiboTuneComparison/index.vue | 4 +-
.../BrandInsight/popularEventsList/index.vue | 2 +-
.../BrandInsight/weiboPortraits/index.vue | 4 +-
src/views/IndustryDataExport/tableEvent.js | 44 ++++++++-----------
.../mcChooseModel/index.vue | 17 +++----
.../brandTonalDistribution/index.vue | 3 +-
.../weiboTuneComparison/index.vue | 4 +-
.../mfdNegativeTopic/index.vue | 4 +-
.../mfdPositiveTopic/index.vue | 4 +-
src/views/ModelInsight/ml-tts/index.vue | 2 +-
.../mlPopularEventsList/index.vue | 2 +-
.../ModelInsight/mlWeiboPortraits/index.vue | 6 +--
.../MWDweiboCharacters/index.vue | 4 +-
.../WeiboDetails/weiboCharacters/index.vue | 4 +-
16 files changed, 55 insertions(+), 78 deletions(-)
diff --git a/src/lycomponents/iHeaderBrand/index.vue b/src/lycomponents/iHeaderBrand/index.vue
index e3f242f..f3daae5 100644
--- a/src/lycomponents/iHeaderBrand/index.vue
+++ b/src/lycomponents/iHeaderBrand/index.vue
@@ -84,7 +84,7 @@ export default {
sEndTime: "",
},
selDatas: [],
- offsetDays: 86400000 * 30, //最多选择7天
+ //offsetDays: 86400000 * 30, //最多选择7天
timeShow: true
};
},
@@ -141,7 +141,7 @@ export default {
if (this.form.sTimeType != 4) {
this.form.sStartTime = "";
this.form.sEndTime = "";
- this.setCommTime({sTimeType: this.form.sTimeType});
+ this.setCommTime({sTimeType: this.form.sTimeType}); //首页同步时间
this.selTime = null;
this.reload();
}
@@ -193,26 +193,7 @@ export default {
},
//根据选择的开始时间/结束时间,动态渲染要禁用的日期
disabledDate(current) {
- if (this.selectPriceDate) {
- let selectV = moment(
- this.selectPriceDate,
- "YYYY-MM-DD"
- ).valueOf();
- return (
- current >
- moment(
- new Date(selectV + this.offsetDays),
- "YYYY-MM-DD"
- ) ||
- current <
- moment(
- new Date(selectV - this.offsetDays),
- "YYYY-MM-DD"
- )
- );
- } else {
- return false;
- }
+ return current > moment();
},
},
};
diff --git a/src/views/BrandComparison/brandTonalDistribution/index.vue b/src/views/BrandComparison/brandTonalDistribution/index.vue
index 5ef6491..848bdcd 100644
--- a/src/views/BrandComparison/brandTonalDistribution/index.vue
+++ b/src/views/BrandComparison/brandTonalDistribution/index.vue
@@ -121,9 +121,9 @@ export default {
.bd-inner {
width: 100%;
height: calc(100% - 48px);
- margin-left: 18px;
+ margin-left: -24px;
display: flex;
- justify-content: flex-start;
+ justify-content: center;
align-items: center;
}
}
diff --git a/src/views/BrandComparison/weiboTuneComparison/index.vue b/src/views/BrandComparison/weiboTuneComparison/index.vue
index fe0050d..dfcf30c 100644
--- a/src/views/BrandComparison/weiboTuneComparison/index.vue
+++ b/src/views/BrandComparison/weiboTuneComparison/index.vue
@@ -125,10 +125,10 @@ export default {
}
.wtc-inner {
width: 100%;
- margin-left: 18px;
height: calc(100% - 48px);
+ margin-left: -24px;
display: flex;
- justify-content: flex-start;
+ justify-content: center;
align-items: center;
}
}
diff --git a/src/views/BrandInsight/popularEventsList/index.vue b/src/views/BrandInsight/popularEventsList/index.vue
index 8e766dc..d5123fa 100644
--- a/src/views/BrandInsight/popularEventsList/index.vue
+++ b/src/views/BrandInsight/popularEventsList/index.vue
@@ -66,7 +66,7 @@ export default {
});
this.darr = arr2;
this.config = {
- headerBGC: "#1b4062",
+ headerBGC: "rgba(16,33,59)",
oddRowBGC: "#173b6d",
evenRowBGC: "rgba(69, 149, 244, 0)",
columnWidth: [440, 120, 120],
diff --git a/src/views/BrandInsight/weiboPortraits/index.vue b/src/views/BrandInsight/weiboPortraits/index.vue
index cacb6a0..d4faa0a 100644
--- a/src/views/BrandInsight/weiboPortraits/index.vue
+++ b/src/views/BrandInsight/weiboPortraits/index.vue
@@ -16,7 +16,7 @@