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; }