From 3f63ebd38b1840a2b822c8508a700bcc17b8ffb6 Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期日, 04 一月 2026 15:04:06 +0800
Subject: [PATCH] 1.sop内容优化

---
 pages/sop/index.vue |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/pages/sop/index.vue b/pages/sop/index.vue
index 3304141..0a0b818 100644
--- a/pages/sop/index.vue
+++ b/pages/sop/index.vue
@@ -345,6 +345,19 @@
 } */
 	/* #endif */
 
+	/* 鍥哄畾琛ㄥご */
+	/* .uni-table {
+		height: 300px;
+		overflow-y: auto;
+	} */
+
+	.uni-table-th {
+		position: sticky;
+		top: 0;
+		background-color: #fff;
+		z-index: 2;
+	}
+
 	.uni-container {
 		/* 	background-color: #e8e8e8; */
 	}

--
Gitblit v1.9.3