From f3c04974aa7239bdfb7110b8f1cd7a1ef3dced99 Mon Sep 17 00:00:00 2001 From: wuzuowei Date: Wed, 6 Mar 2024 10:50:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E5=A4=B4=EF=BC=8C=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CCFlow/CCFlow/WF/CCForm/Dtl2017.htm | 8 +- CCFlow/CCFlow/WF/Comm/Batch.htm | 53 + CCFlow/CCFlow/WF/Comm/Search.htm | 37 + .../CCFlow/WF/Scripts/layui/style/admin.css | 1364 ++++++++++++++++- 4 files changed, 1460 insertions(+), 2 deletions(-) diff --git a/CCFlow/CCFlow/WF/CCForm/Dtl2017.htm b/CCFlow/CCFlow/WF/CCForm/Dtl2017.htm index 4cb33399..718ca65d 100644 --- a/CCFlow/CCFlow/WF/CCForm/Dtl2017.htm +++ b/CCFlow/CCFlow/WF/CCForm/Dtl2017.htm @@ -72,6 +72,12 @@ .table { margin-top: 6px !important; } + .table thead { + position: sticky !important; + top: 0 !important; + left: 0 !important; + } +