From 99a246173484ac0da32dd67ea10925dd61939308 Mon Sep 17 00:00:00 2001 From: Fine0830 Date: Thu, 28 Nov 2024 21:35:44 +0800 Subject: [PATCH] update style (#435) --- src/views/dashboard/panel/Tool.vue | 23 ++++++++----------- .../async-profiling/components/TaskList.vue | 2 +- src/views/dashboard/related/ebpf/Header.vue | 2 +- .../related/profile/components/TaskList.vue | 2 +- 4 files changed, 13 insertions(+), 16 deletions(-) diff --git a/src/views/dashboard/panel/Tool.vue b/src/views/dashboard/panel/Tool.vue index 4f9a6504..d05d9bc6 100644 --- a/src/views/dashboard/panel/Tool.vue +++ b/src/views/dashboard/panel/Tool.vue @@ -105,11 +105,11 @@ limitations under the License. -->
-
+
- - - +
+ +
- - - +
+ +
@@ -693,10 +693,6 @@ limitations under the License. --> padding: 4px 2px; } - .tool-icons { - margin-top: 2px; - } - .tools { justify-content: space-between; align-items: center; @@ -704,9 +700,10 @@ limitations under the License. --> } .icon-btn { - display: inline-block; - padding: 3px; + width: 22px; + height: 22px; text-align: center; + line-height: 18px; border: 1px solid var(--sw-icon-btn-border); border-radius: 3px; margin-left: 6px; diff --git a/src/views/dashboard/related/async-profiling/components/TaskList.vue b/src/views/dashboard/related/async-profiling/components/TaskList.vue index 205bf594..ff629260 100644 --- a/src/views/dashboard/related/async-profiling/components/TaskList.vue +++ b/src/views/dashboard/related/async-profiling/components/TaskList.vue @@ -203,7 +203,7 @@ limitations under the License. -->