From 9096d435a3e1d60c2aef58cffcbd656006d4c778 Mon Sep 17 00:00:00 2001
From: zjh <1084500556@qq.com>
Date: 星期三, 05 二月 2025 17:41:34 +0800
Subject: [PATCH] qx

---
 src/views/doctor/checkAll/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue
index b36f769..e19e1cf 100644
--- a/src/views/doctor/checkAll/index.vue
+++ b/src/views/doctor/checkAll/index.vue
@@ -2756,7 +2756,7 @@
 .box {
   display: flex;
 
-  height: 100vh;
+  // height: 100vh;
 }
 
 .rightbox {
@@ -2767,14 +2767,14 @@
   width: 684px;
   position: fixed; /* 鍥哄畾瀹氫綅 */
   right: 60px;
-
   .right {
     background-color: #fff;
     // box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
     z-index: 10;
-
-    max-height: calc(100vh - 100px); /* 鍋囪浣犳兂涓洪《閮ㄥ拰搴曢儴鐣欏嚭涓�浜涚┖闂� */
-    overflow-y: auto; /* 鍏佽鍨傜洿婊氬姩 */
+    max-height: 900px;
+    height: calc(100vh - 100px);
+    /* 鍋囪浣犳兂涓洪《閮ㄥ拰搴曢儴鐣欏嚭涓�浜涚┖闂� */
+    overflow-y: auto !important; /* 鍏佽鍨傜洿婊氬姩 */
     padding: 0 0 50px; /* 鍙�夛細娣诲姞涓�浜涘唴杈硅窛浠ラ伩鍏嶅唴瀹圭揣璐磋竟缂� */
     padding-bottom: 200px;
   }

--
Gitblit v1.8.0