diff --git a/src/api/ThemeAnalize/index.js b/src/api/ThemeAnalize/index.js new file mode 100644 index 0000000..2b675c0 --- /dev/null +++ b/src/api/ThemeAnalize/index.js @@ -0,0 +1,27 @@ +import httpService from "@/request" + +// 主题分析-列表 主页 +export function getSchemeDataToTheme(params) { + let obj = Object.assign({action: 'getSchemeDataToTheme'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} + +// 主题分析-列表 添加 +export function setSchemeData(params) { + let obj = Object.assign({action: 'setSchemeData'}, params) + return httpService({ + url: `/api/v6.ashx`, + method: 'post', + data: obj, + headers: { + 'content-type': 'application/x-www-form-urlencoded' + } + }) +} \ No newline at end of file diff --git a/src/components/v-label-table/index.vue b/src/components/v-label-table/index.vue index 13d1b0e..b40f974 100644 --- a/src/components/v-label-table/index.vue +++ b/src/components/v-label-table/index.vue @@ -13,15 +13,15 @@ {{label}}
- 粉丝数>1千万 + >1千万粉 {{cont}}
- 粉丝数>5百万 + >5百万粉 {{cont}}
- 粉丝数>1百万 + >1百万粉 {{cont}}
@@ -90,7 +90,7 @@ export default { } } .d2 { - width: 12%; + width: 13%; .s1 { display: block; font-size: 12px; @@ -99,7 +99,7 @@ export default { .s2 { display: block; font-family: Bebas; - font-size: 16px; + font-size: 18px; color: #fff; } } @@ -107,7 +107,7 @@ export default { width: 12%; .s1 { display: block; - font-size: 16px; + font-size: 12px; color: #7a8289; } .s2 { diff --git a/src/views/BrandComparison/informationTrend/index.vue b/src/views/BrandComparison/informationTrend/index.vue index ea135c1..c0f1659 100644 --- a/src/views/BrandComparison/informationTrend/index.vue +++ b/src/views/BrandComparison/informationTrend/index.vue @@ -39,8 +39,8 @@ export default { modelShow: false, ecbox: { //图表宽高 - width: 1618, - height: 1490, + width: 618, + height: 490, }, ecmodel: { //弹框宽高 diff --git a/src/views/BrandInsight/keyMedia/index.vue b/src/views/BrandInsight/keyMedia/index.vue index 44de473..cf06c78 100644 --- a/src/views/BrandInsight/keyMedia/index.vue +++ b/src/views/BrandInsight/keyMedia/index.vue @@ -10,7 +10,7 @@ \ No newline at end of file diff --git a/src/views/ThemeBoard/CoreTransformUser/index.vue b/src/views/ThemeBoard/CoreTransformUser/index.vue index 9bbe1fb..7eb82cf 100644 --- a/src/views/ThemeBoard/CoreTransformUser/index.vue +++ b/src/views/ThemeBoard/CoreTransformUser/index.vue @@ -1,17 +1,100 @@ \ No newline at end of file diff --git a/src/views/ThemeBoard/PeopleAuthen/index.vue b/src/views/ThemeBoard/PeopleAuthen/index.vue index 8a9d683..9f1f564 100644 --- a/src/views/ThemeBoard/PeopleAuthen/index.vue +++ b/src/views/ThemeBoard/PeopleAuthen/index.vue @@ -1,12 +1,61 @@ @@ -17,5 +66,19 @@ export default { border: 2px solid #0f2a4d; margin-left: 16px; overflow: hidden; + .pa-inner { + width: 100%; + height: calc(100% - 48px); + display: flex; + justify-content: flex-start; + .pa-d1 { + width: 440px; + height: 100%; + } + .pa-d2 { + width: 440px; + margin-left: 16px; + } + } } \ No newline at end of file diff --git a/src/views/ThemeBoard/PeopleGender/index.vue b/src/views/ThemeBoard/PeopleGender/index.vue index 699602d..9d869a6 100644 --- a/src/views/ThemeBoard/PeopleGender/index.vue +++ b/src/views/ThemeBoard/PeopleGender/index.vue @@ -1,12 +1,61 @@ @@ -15,5 +64,19 @@ export default { width: 936px; height: 460px; border: 2px solid #0f2a4d; + .pg-inner { + width: 100%; + height: calc(100% - 48px); + display: flex; + justify-content: flex-start; + .pg-d1 { + width: 440px; + height: 100%; + } + .pg-d2 { + width: 440px; + margin-left: 16px; + } + } } \ No newline at end of file diff --git a/src/views/ThemeBoard/TransformMethod/index.vue b/src/views/ThemeBoard/TransformMethod/index.vue index 2569b64..7b181d5 100644 --- a/src/views/ThemeBoard/TransformMethod/index.vue +++ b/src/views/ThemeBoard/TransformMethod/index.vue @@ -1,17 +1,88 @@ \ No newline at end of file diff --git a/src/views/WeiboDetails/weiboCommunicationTrend/index.vue b/src/views/WeiboDetails/weiboCommunicationTrend/index.vue index 88bbd16..8a75815 100644 --- a/src/views/WeiboDetails/weiboCommunicationTrend/index.vue +++ b/src/views/WeiboDetails/weiboCommunicationTrend/index.vue @@ -11,24 +11,50 @@
- + +
+
+ + 关闭 + +