From e8660d4d27c70c43f522accc1cf205798c1f11f2 Mon Sep 17 00:00:00 2001 From: Fine Date: Wed, 27 Nov 2024 09:48:55 +0800 Subject: [PATCH] fix style --- .../async-profiling/components/TaskList.vue | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/src/views/dashboard/related/async-profiling/components/TaskList.vue b/src/views/dashboard/related/async-profiling/components/TaskList.vue index 8e3837f3..0cf0cf8a 100644 --- a/src/views/dashboard/related/async-profiling/components/TaskList.vue +++ b/src/views/dashboard/related/async-profiling/components/TaskList.vue @@ -82,13 +82,13 @@ limitations under the License. -->
{{ t("logs") }}.
-
-
+
+
{{ t("instance") }}: {{ i }}
@@ -101,8 +101,8 @@ limitations under the License. -->
-
{{ t("errorInstances") }}.
-
+
{{ t("errorInstances") }}
+
{{ t("instance") }}: {{ instance.label }} @@ -114,8 +114,8 @@ limitations under the License. -->
-
{{ t("successInstances") }}.
-
+
{{ t("successInstances") }}
+
{{ t("instance") }}: {{ instance.label }} @@ -264,10 +264,6 @@ limitations under the License. --> background-color: var(--sw-table-header); } - .log-item { - margin-top: 20px; - } - .profile-btn { color: $font-color; padding: 1px 3px;