From 2ba862c3a9276bfc81dbeb075e5688da1741f2e4 Mon Sep 17 00:00:00 2001 From: "lily.zhang" Date: Wed, 17 Nov 2021 17:13:06 +0800 Subject: [PATCH] cxw-010203 --- src/lycomponents/iHeaderBrand/index.vue | 2 +- src/styles/antd.less | 17 ++++++++++ src/views/Index/realTimeEvent/index.vue | 45 +++++++++++++++++++++---- 3 files changed, 57 insertions(+), 7 deletions(-) diff --git a/src/lycomponents/iHeaderBrand/index.vue b/src/lycomponents/iHeaderBrand/index.vue index c9d1071..22a5bd3 100644 --- a/src/lycomponents/iHeaderBrand/index.vue +++ b/src/lycomponents/iHeaderBrand/index.vue @@ -89,7 +89,7 @@ export default { watch: { $route: { handler(val) { - if (val.path === "/eventDEC") { + if (val.path === "/eventDEC" || val.path === "/eventComparison") { this.timeShow = false; } else { this.timeShow = true; diff --git a/src/styles/antd.less b/src/styles/antd.less index fd9be31..6b01082 100644 --- a/src/styles/antd.less +++ b/src/styles/antd.less @@ -270,3 +270,20 @@ li.ant-calendar-time-picker-select-option-selected { left: 0px !important; top: 50px; } +.ant-modal-content { + background-color:#010B19 !important; + box-shadow: 0px 0px 10px 0px #3373CC !important; +} +.ant-modal-header { + background-color:#010B19 !important; + border-bottom: 1px solid #3373CC !important; +} +.ant-modal-footer { + border-top: 1px solid #3373CC !important; +} +.ant-modal-title { + color: #fff !important; +} +.ant-modal-body { + color: #fff !important; +} diff --git a/src/views/Index/realTimeEvent/index.vue b/src/views/Index/realTimeEvent/index.vue index 97325cb..c38d408 100644 --- a/src/views/Index/realTimeEvent/index.vue +++ b/src/views/Index/realTimeEvent/index.vue @@ -1,7 +1,7 @@