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); } }