diff --git a/src/views/dashboard/related/trace/Index.vue b/src/views/dashboard/related/trace/Index.vue index e7f25de9..1d525917 100644 --- a/src/views/dashboard/related/trace/Index.vue +++ b/src/views/dashboard/related/trace/Index.vue @@ -59,5 +59,6 @@ limitations under the License. --> width: 100%; overflow: auto; min-width: 1200px; + height: calc(100% - 100px); }