小小儁爺
2026-01-04 3f63ebd38b1840a2b822c8508a700bcc17b8ffb6
1.sop内容优化
已修改2个文件
20 ■■■■■ 文件已修改
pages/sop/index.vue 13 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/sop/sop.vue 7 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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; */
    }
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>