From bb7ba231a13758d2b07132b649ea20e887494d94 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 11 四月 2025 08:56:14 +0800
Subject: [PATCH] 大屏 允许上下滚动

---
 src/views/ecg/callingscreen/bigscreen.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/ecg/callingscreen/bigscreen.vue b/src/views/ecg/callingscreen/bigscreen.vue
index 08214a1..f6f8576 100644
--- a/src/views/ecg/callingscreen/bigscreen.vue
+++ b/src/views/ecg/callingscreen/bigscreen.vue
@@ -98,7 +98,7 @@
 </script>
 
 <template>
-  <div style="height: 100%; display:flex; flex-direction: column; padding-left: 5px; padding-right: 5px">
+  <div style="height: 100%; display:flex; flex-direction: column; height: 100vh; overflow-y: auto; padding-left: 5px; padding-right: 5px">
     <div style="display:flex; justify-content: center; align-items: center; background: var(--el-color-primary-light-7); font-size: 22px; ">
       <img height="40px" src="@/assets/imgs/jinhua.png"/>
       閲戝崕浜烘皯鍖婚櫌

--
Gitblit v1.9.3