From d00fe6df9eab21ff365c04277703dde2b5173614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E5=BB=B6=E9=BE=99?= Date: Wed, 20 Sep 2023 15:50:45 +0800 Subject: [PATCH] fix: the display height of the link tree structure (#322) --- src/views/dashboard/controls/Trace.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/dashboard/controls/Trace.vue b/src/views/dashboard/controls/Trace.vue index 48efd5d8..ab1e8e86 100644 --- a/src/views/dashboard/controls/Trace.vue +++ b/src/views/dashboard/controls/Trace.vue @@ -94,6 +94,7 @@ limitations under the License. --> } .trace { + min-height: calc(100% - 150px); width: 100%; overflow: auto; min-width: 1200px;