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