From 48bc286e5b6c2828d301a556da792c6e4d6aa7cc Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期二, 23 一月 2024 13:01:08 +0800
Subject: [PATCH] # 表头锁定

---
 src/main/webapp/views/pla/plaDetl.html |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/views/pla/plaDetl.html b/src/main/webapp/views/pla/plaDetl.html
index 3734a5b..ddfccca 100644
--- a/src/main/webapp/views/pla/plaDetl.html
+++ b/src/main/webapp/views/pla/plaDetl.html
@@ -101,6 +101,11 @@
             white-space: normal;
 
         }
+        .table-header-fixed {
+            top: 0;
+            position: fixed;
+            z-index: 999;
+        }
     </style>
 </head>
 <body style="padding-bottom: 30px">

--
Gitblit v1.9.1