From 545e02f67c60c7dd02e931abc3273e0cb84a04d5 Mon Sep 17 00:00:00 2001 From: Fine Date: Thu, 28 Nov 2024 11:13:06 +0800 Subject: [PATCH] update style --- src/styles/lib.scss | 4 ++++ src/views/dashboard/related/async-profiling/Content.vue | 7 +------ .../related/async-profiling/components/TaskList.vue | 2 +- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/src/styles/lib.scss b/src/styles/lib.scss index 7ca6a229..696a8a19 100644 --- a/src/styles/lib.scss +++ b/src/styles/lib.scss @@ -139,6 +139,10 @@ margin-bottom: 10px; } +.mb-20 { + margin-bottom: 20px; +} + .mr-5 { margin-right: 5px; } diff --git a/src/views/dashboard/related/async-profiling/Content.vue b/src/views/dashboard/related/async-profiling/Content.vue index 6069628e..f8fb9f0a 100644 --- a/src/views/dashboard/related/async-profiling/Content.vue +++ b/src/views/dashboard/related/async-profiling/Content.vue @@ -16,7 +16,7 @@ limitations under the License. -->
-
+
@@ -66,9 +66,4 @@ limitations under the License. --> height: calc(100% - 100px); padding-bottom: 10px; } - - .filter { - height: 90px; - padding-right: 10px; - } diff --git a/src/views/dashboard/related/async-profiling/components/TaskList.vue b/src/views/dashboard/related/async-profiling/components/TaskList.vue index 860ed1f1..305a4f8d 100644 --- a/src/views/dashboard/related/async-profiling/components/TaskList.vue +++ b/src/views/dashboard/related/async-profiling/components/TaskList.vue @@ -240,7 +240,7 @@ limitations under the License. --> .profile-tr { &:hover { - background-color: var(--sw-list-hover); + background-color: var(--sw-list-selected); } }