From bd994d61d9ef6317ed47ef57ac42555ccbcb6c73 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 12 Oct 2021 16:36:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=AE=8C=E5=96=84=E6=B7=B1=E8=89=B2?= =?UTF-8?q?=E4=B8=BB=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/styles/index.scss | 8 +++ frontend/src/views/chart/view/ChartEdit.vue | 2 +- .../src/views/dataset/data/UpdateInfo.vue | 66 ++++++++++--------- 3 files changed, 44 insertions(+), 32 deletions(-) diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index 57d327ea2b..486ee5df21 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -427,6 +427,10 @@ div:focus { border: none !important; } +.blackTheme .el-picker-panel__footer { + background-color: var(--MainBG) !important; +} + .el-pagination { button:disabled { @@ -611,6 +615,10 @@ div:focus { background-color: #000000 ; } +.blackTheme .CodeMirror-line { + background-color: #000000 !important; +} + .blackTheme .el-radio-button__inner { background-color: var(--TableBG); color: var(--TableColor); diff --git a/frontend/src/views/chart/view/ChartEdit.vue b/frontend/src/views/chart/view/ChartEdit.vue index 4bb044ae7a..1f74048d75 100644 --- a/frontend/src/views/chart/view/ChartEdit.vue +++ b/frontend/src/views/chart/view/ChartEdit.vue @@ -613,7 +613,7 @@ :fullscreen="true" > -