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 +++++++++++++
pages/sop/sop.vue | 7 +++++--
2 files changed, 18 insertions(+), 2 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; */
}
diff --git a/pages/sop/sop.vue b/pages/sop/sop.vue
index c6b17e9..57c1181 100644
--- a/pages/sop/sop.vue
+++ b/pages/sop/sop.vue
@@ -20,8 +20,11 @@
<button type="primary" @click="goBack" size="mini" class="goback">杩� 鍥�</button>
- <web-view class="my-web-view"
- :src="'https://view.xdocin.com/view?src=' + encodeURIComponent(baseUrl+form.filepath)"></web-view>
+ <!-- <web-view class="my-web-view"
+ :src="'https://view.xdocin.com/view?src=' + encodeURIComponent(baseUrl+form.filepath)"></web-view> -->
+
+ <web-view class="my-web-view" :src="baseUrl+form.filepath"></web-view>
+
</view>
</template>
--
Gitblit v1.9.3