From 7cc89ef3de548fcb17e1df88c58ab1292904ecb9 Mon Sep 17 00:00:00 2001 From: "lily.zhang" Date: Mon, 1 Nov 2021 11:58:08 +0800 Subject: [PATCH] cxw-010203 --- src/lycomponents/iHeaderBrand/index.vue | 2 +- src/styles/antd.less | 14 +++++ src/views/BrandInsight/brandData/index.vue | 4 +- src/views/BrandInsight/brandTop/index.vue | 4 +- .../forumCommunicationTrend/index.vue | 4 +- .../forumHotTopicDirection/index.vue | 4 +- src/views/BrandInsight/keyMedia/index.vue | 4 +- .../BrandInsight/popularEvents/index.vue | 4 +- .../BrandInsight/popularEventsList/index.vue | 4 +- .../BrandInsight/popularwordCloud/index.vue | 4 +- .../rearWingPropagationSituation/index.vue | 4 +- .../BrandInsight/spreadTOPmodels/index.vue | 4 +- src/views/BrandInsight/titsopo/index.vue | 4 +- src/views/BrandInsight/weiboKol/index.vue | 4 +- .../BrandInsight/weiboPortraits/index.vue | 4 +- .../BrandInsight/weiboVolumeTrend/index.vue | 4 +- src/views/Index/dynamicNumber/index.vue | 45 +++++++------ src/views/Index/index.vue | 9 ++- .../Index/keyCommunicationPositions/index.vue | 7 ++- src/views/ModelInsight/index.vue | 4 +- .../ModelInsight/ml-brand-data/index.vue | 63 ++++++++++++++----- 21 files changed, 131 insertions(+), 69 deletions(-) diff --git a/src/lycomponents/iHeaderBrand/index.vue b/src/lycomponents/iHeaderBrand/index.vue index 09bd2df..1fe534a 100644 --- a/src/lycomponents/iHeaderBrand/index.vue +++ b/src/lycomponents/iHeaderBrand/index.vue @@ -30,7 +30,7 @@ - + diff --git a/src/styles/antd.less b/src/styles/antd.less index 162073c..675a6e4 100644 --- a/src/styles/antd.less +++ b/src/styles/antd.less @@ -239,3 +239,17 @@ .ant-checkbox-disabled + span { color: #fff !important; } +.ant-calendar-range.ant-calendar-time .ant-calendar-time-picker-combobox { + background-color: #010B19 !important; +} +li.ant-calendar-time-picker-select-option-selected { + background-color: #010B19 !important; +} +.ant-calendar-range .ant-calendar-header { + border-bottom: 1px solid #ccc !important; +} +.ant-calendar-time-picker-select li { + &:hover { + background: #3373CC !important; + } +} diff --git a/src/views/BrandInsight/brandData/index.vue b/src/views/BrandInsight/brandData/index.vue index 6d0581e..2f77e06 100644 --- a/src/views/BrandInsight/brandData/index.vue +++ b/src/views/BrandInsight/brandData/index.vue @@ -1,7 +1,7 @@