From fb0e1994679715c4d02c705696ec1ff086b747ba Mon Sep 17 00:00:00 2001
From: jscyl13849007907 <13849007907@163.com>
Date: Tue, 10 Feb 2026 14:17:31 +0800
Subject: [PATCH] no message
---
App.vue | 24 +-
components/list/applyPage.vue | 12 +-
components/panel/numCard.vue | 2 +-
main.js | 1 -
package-lock.json | 2417 ++++++++++++++++++++++++++++++++++++++++-
pages.json | 20 +-
pages/home/index.vue | 11 +-
pages/home/order.vue | 8 +-
pages/person/index.vue | 15 +-
root/detail/job.vue | 13 +-
static/css/base.scss | 8 +
11 files changed, 2476 insertions(+), 55 deletions(-)
diff --git a/App.vue b/App.vue
index 0e7dcf2..0aa40dc 100644
--- a/App.vue
+++ b/App.vue
@@ -1,4 +1,5 @@
-
+
diff --git a/pages/person/index.vue b/pages/person/index.vue
index c938fb9..344b3a8 100644
--- a/pages/person/index.vue
+++ b/pages/person/index.vue
@@ -40,6 +40,7 @@
登录/注册
劳务上下游收发单工具
+
@@ -52,6 +53,7 @@
去邀请
+
@@ -72,17 +74,6 @@
-
@@ -160,9 +151,11 @@
+
+
diff --git a/root/detail/job.vue b/root/detail/job.vue
index 4dace32..9d831d8 100644
--- a/root/detail/job.vue
+++ b/root/detail/job.vue
@@ -1,5 +1,7 @@
-
+
+
+
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/static/css/base.scss b/static/css/base.scss
index 5e83b48..61e2b46 100644
--- a/static/css/base.scss
+++ b/static/css/base.scss
@@ -70,6 +70,14 @@ scroll-view::-webkit-scrollbar {
&_r {
border-right: 1rpx solid #eee;
}
+ &_rcopy {
+ /* #ifdef MP-WEIXIN */
+ border-right: 1rpx solid #eee;
+ /* #endif */
+ /* #ifdef H5 */
+ border-right: none !important;
+ /* #endif */
+ }
&_b {
border-bottom: 1rpx solid #eee;
}