From 8e4792300d095bdc94e7ec8cd6b5ef1ad3fc4b0c Mon Sep 17 00:00:00 2001
From: qx <1084500556@qq.com>
Date: 星期四, 13 二月 2025 16:52:37 +0800
Subject: [PATCH] qx

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

diff --git a/src/views/doctor/checkAll/index.vue b/src/views/doctor/checkAll/index.vue
index b36f769..f22e922 100644
--- a/src/views/doctor/checkAll/index.vue
+++ b/src/views/doctor/checkAll/index.vue
@@ -745,6 +745,14 @@
                       width="78"
                     >
                     </el-table-column>
+                    <el-table-column
+      fixed="right"
+      label="鎿嶄綔"
+      width="100">
+      <template slot-scope="scope">
+        <el-button @click="handleClick(scope.row)"  type="danger" size="small">鍒犻櫎</el-button>
+      </template>
+    </el-table-column>
                   </el-table>
                 </template>
                 <template v-if="item.jyjc == '1'">
@@ -2756,7 +2764,7 @@
 .box {
   display: flex;
 
-  height: 100vh;
+  // height: 100vh;
 }
 
 .rightbox {
@@ -2767,14 +2775,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