|
@@ -255,7 +255,7 @@
|
|
|
<view class="network-right" v-if="!detailData.IsSignup && detailData.ActivityTypeName == '公司线下调研' && detailData.IsLimitPeople"
|
|
|
>请报名获取
|
|
|
</view>
|
|
|
- <view class="network-right" v-else>{{ detailData.Address }}</view>
|
|
|
+ <text class="network-right text-copy" user-select v-else>{{ detailData.Address }}</text>
|
|
|
</view>
|
|
|
<view v-if="detailData.Highlights" class="network">
|
|
|
<view class="network-left">活动亮点: </view>
|
|
@@ -837,6 +837,11 @@ export default {
|
|
|
<style lang="scss">
|
|
|
.activity-detail {
|
|
|
padding-bottom: 100rpx;
|
|
|
+ .text-copy {
|
|
|
+ padding-top: 2rpx;
|
|
|
+ line-height: normal !important;
|
|
|
+ padding-left: 20rpx;
|
|
|
+ }
|
|
|
.notice {
|
|
|
height: 60rpx;
|
|
|
width: 100%;
|