From dc24abd66181bd413d286e6398d068f337258495 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 27 Jun 2025 14:42:42 +0800
Subject: [PATCH] Merge branch 'all_setting_styles'

---
 src/views/wel/components/flyratio.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/wel/components/flyratio.vue b/src/views/wel/components/flyratio.vue
index eef3091..3894a64 100644
--- a/src/views/wel/components/flyratio.vue
+++ b/src/views/wel/components/flyratio.vue
@@ -230,7 +230,8 @@
   }
   .nestCenter {
     width: 100%;
-    height: 600px;
+    // height: 600px;
+    height: pxToVh(600);
     .chart {
       width: 100%;
       height: 100%;

--
Gitblit v1.9.3