From 630fa04882b43621dafb56a7fadd6000ac8154c1 Mon Sep 17 00:00:00 2001 From: Yiximail Date: Sat, 26 Apr 2025 01:12:30 +0800 Subject: [PATCH] Fix dynamic screen height (#3626) --- src/App.vue | 2 +- src/views/GraphView.vue | 2 +- src/views/layouts/LayoutDefault.vue | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.vue b/src/App.vue index 1552dad52e..85b36240c4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,7 +2,7 @@ diff --git a/src/views/GraphView.vue b/src/views/GraphView.vue index c5c6fa0139..00265910e5 100644 --- a/src/views/GraphView.vue +++ b/src/views/GraphView.vue @@ -1,5 +1,5 @@