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. -->