From 791b60ba28c965700340a440960f3d4b9c30543d Mon Sep 17 00:00:00 2001 From: Apcallover <1503963513@qq.com> Date: Wed, 8 May 2024 10:26:24 +0800 Subject: [PATCH] =?UTF-8?q?flat:=E4=BF=AE=E6=94=B9=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=EF=BC=8C=E4=BF=AE=E6=94=B9=E9=82=80=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pageMy/setUserBase/applicationsRecord.vue | 2 +- pageMy/setUserBase/survey.vue | 2 +- pages/index/index.vue | 2 +- pages/projectInfo/userrecruitWorkInfo.vue | 23 +++++++++++++++++++++++ 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/pageMy/setUserBase/applicationsRecord.vue b/pageMy/setUserBase/applicationsRecord.vue index 4b71a05..5099cab 100644 --- a/pageMy/setUserBase/applicationsRecord.vue +++ b/pageMy/setUserBase/applicationsRecord.vue @@ -13,7 +13,7 @@ - + diff --git a/pageMy/setUserBase/survey.vue b/pageMy/setUserBase/survey.vue index c7b136d..2436107 100644 --- a/pageMy/setUserBase/survey.vue +++ b/pageMy/setUserBase/survey.vue @@ -13,7 +13,7 @@ - + diff --git a/pages/index/index.vue b/pages/index/index.vue index 32446bd..3e6d153 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -228,7 +228,7 @@ - 暂无信息 + 暂无数据 diff --git a/pages/projectInfo/userrecruitWorkInfo.vue b/pages/projectInfo/userrecruitWorkInfo.vue index 74cdf4c..67712e4 100644 --- a/pages/projectInfo/userrecruitWorkInfo.vue +++ b/pages/projectInfo/userrecruitWorkInfo.vue @@ -22,6 +22,9 @@ + + 邀请用户 @@ -659,4 +662,24 @@ word-break: break-all; white-space: pre-line; } + + .head { + position: relative; + + .position_right { + position: absolute; + right: 24rpx; + top: 30rpx; + color: #FFFFFF; + font-size: 24rpx; + background-color: #1B66FF; + border-radius: 12rpx; + padding: 10rpx 20rpx; + } + + .position_right:active { + background-color: #e8e8e8; + color: #333333; + } + } \ No newline at end of file