From 205f27463211054f78f77aeb62318f165020e1b8 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Wed, 05 Aug 2026 14:17:29 +0800
Subject: [PATCH] feat:提交处置功能
---
uniapps/work-app/src/subPackages/workDetail/HandleWorking/index.vue | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/uniapps/work-app/src/subPackages/workDetail/HandleWorking/index.vue b/uniapps/work-app/src/subPackages/workDetail/HandleWorking/index.vue
index 03a7d5e..4e68dc0 100644
--- a/uniapps/work-app/src/subPackages/workDetail/HandleWorking/index.vue
+++ b/uniapps/work-app/src/subPackages/workDetail/HandleWorking/index.vue
@@ -316,7 +316,12 @@
<style scoped lang="scss">
.handle-page {
+ // #ifdef APP-PLUS
padding-top: 188rpx;
+ // #endif
+ // #ifdef H5
+ padding-top: 88rpx;
+ // #endif
:deep() {
.u-navbar__content {
background: url('https://wrj.shuixiongit.com/aiskyminio/cloud-bucket/ztzf_app_assets/images/user/bg.png')
--
Gitblit v1.9.3