From d5f41c9ad060b3e2de16e43c2370930d08774a96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=8A=B2=E6=9D=BE?= <523037378@qq.com> Date: Wed, 26 Feb 2020 18:26:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=89=80=E6=9C=89=E4=BE=A7=E6=BB=91?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E7=82=B9=E5=87=BB=E5=A4=96=E9=83=A8=E5=90=8E?= =?UTF-8?q?=E5=85=B3=E9=97=AD=E7=9A=84=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/stylus/main.scss | 4 ++++ .../components/common/rightBox/addEndpointBox.vue | 6 +++++- .../components/common/rightBox/alertConfigBox.vue | 2 +- .../src/components/common/rightBox/assetBox.vue | 5 ++++- .../src/components/common/rightBox/dcBox.vue | 2 +- .../components/common/rightBox/editEndpointBox.vue | 6 +++++- .../src/components/common/rightBox/moduleBox.vue | 6 +++++- .../src/components/common/rightBox/panelBox.vue | 5 ++++- .../src/components/common/rightBox/projectBox.vue | 6 +++++- .../src/components/page/dashboard/chartBox.vue | 5 ++++- nezha-fronted/src/main.js | 13 ++++++------- 11 files changed, 44 insertions(+), 16 deletions(-) diff --git a/nezha-fronted/src/assets/stylus/main.scss b/nezha-fronted/src/assets/stylus/main.scss index a59c0c64f..c2fb4dadc 100644 --- a/nezha-fronted/src/assets/stylus/main.scss +++ b/nezha-fronted/src/assets/stylus/main.scss @@ -1134,3 +1134,7 @@ li{ .el-textarea textarea { height: 140px !important; } +/*el-data-picker选中背景色*/ +.el-date-table td.current:not(.disabled) span { + background-color: $global-text-color-active; +} diff --git a/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue b/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue index 56365f56c..4ce404603 100644 --- a/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue +++ b/nezha-fronted/src/components/common/rightBox/addEndpointBox.vue @@ -1,6 +1,6 @@