From f2bc9fde40010ddb6fdbc4c36ee9fc0e83af8f03 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期四, 06 三月 2025 16:45:07 +0800
Subject: [PATCH] Merge branch 'dev' of http://114.132.189.42:9002/r/center-lims-before-ruoyi into dev

---
 public/index.html |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/public/index.html b/public/index.html
index 7a42a58..6e940ec 100644
--- a/public/index.html
+++ b/public/index.html
@@ -213,6 +213,9 @@
         color: #fff;
         opacity: 0.5;
       }
+      .luckysheet-cols-menu {
+        z-index: 9999 !important;
+      }
     </style>
   </head>
   <body>
@@ -227,4 +230,5 @@
   </body>
   <script src="<%= BASE_URL %>luckysheet/plugins/js/plugin.js"></script>
   <script src="<%= BASE_URL %>luckysheet/luckysheet.umd.js"></script>
+  <script src="https://cdnjs.cloudflare.com/ajax/libs/pdf.js/2.16.105/pdf.min.js"></script>
 </html>

--
Gitblit v1.9.3