From c95cbcaaf8603797be055a1febcf7042b3762815 Mon Sep 17 00:00:00 2001 From: lijun Date: Thu, 26 Dec 2024 22:27:57 +0800 Subject: [PATCH] update code --- src/styles/variables.scss | 9 ++++++--- src/views/connection/edit.vue | 16 ++++++++++++---- src/views/connection/editFlow.vue | 14 ++++++++++---- src/views/simulationEvaluation/addTask.vue | 11 ++++++++++- .../simulationEvaluation/components/addStep3.vue | 16 +++++++++++++++- .../simulationEvaluation/components/addStep4.vue | 15 +++++++++++++++ 6 files changed, 68 insertions(+), 13 deletions(-) diff --git a/src/styles/variables.scss b/src/styles/variables.scss index 7c34b69..941aa47 100644 --- a/src/styles/variables.scss +++ b/src/styles/variables.scss @@ -23,16 +23,19 @@ html.dark { background-color: #191E32; } .lf-graph{ - background: transparent; + background: #222B45; } .el-table__header th{ background-color: #222B45 !important; } .el-table tr{ - background-color: #313C5D !important; + background-color: #131626 !important; } .el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell{ - background-color: #44527B !important; + background-color: #1D223B !important; + } + .el-divider__text{ + background-color: transparent !important; } } diff --git a/src/views/connection/edit.vue b/src/views/connection/edit.vue index 9e3e06e..183ebfa 100644 --- a/src/views/connection/edit.vue +++ b/src/views/connection/edit.vue @@ -50,8 +50,8 @@ -
- +
+
@@ -120,6 +120,7 @@