diff --git a/pages/center/consumer/consumerSearch.vue b/pages/center/consumer/consumerSearch.vue index 8aee4fb..14241ca 100644 --- a/pages/center/consumer/consumerSearch.vue +++ b/pages/center/consumer/consumerSearch.vue @@ -33,8 +33,8 @@ 添加时间:{{item.createTime}} - {{item.visitRecord || "0"}}次到访 - {{item.fraction || '0'}}% | {{item.fraction || '0'}}分 + {{item.visitRecord || '--'}}次到访 + {{item.fraction || '0'}}% | {{item.mm || '0'}}min @@ -183,12 +183,12 @@ font-size: 30rpx; font-weight: 400; color: #666666; - line-height: 30rpx; + line-height: 46rpx; .content-sec-lab1{ color: #333333; } .content-sec-tips{ - max-width:174rpx ; + max-width:160rpx ; height: 46rpx; background: #F2F2F2; border-radius: 6rpx; @@ -200,7 +200,7 @@ font-size: 26rpx; font-weight: 400; color: #333333; - margin-right: 24rpx; + margin-right: 20rpx; box-sizing: border-box; padding: 10rpx 24rpx; } diff --git a/pages/center/consumer/index.vue b/pages/center/consumer/index.vue index 0d4c702..d993612 100644 --- a/pages/center/consumer/index.vue +++ b/pages/center/consumer/index.vue @@ -462,12 +462,12 @@ font-size: 30rpx; font-weight: 400; color: #666666; - line-height: 30rpx; + line-height: 46rpx; .content-sec-lab1{ color: #333333; } .content-sec-tips{ - max-width:174rpx ; + max-width:160rpx ; height: 46rpx; background: #F2F2F2; border-radius: 6rpx; @@ -479,7 +479,7 @@ font-size: 26rpx; font-weight: 400; color: #333333; - margin-right: 24rpx; + margin-right: 20rpx; box-sizing: border-box; padding: 10rpx 24rpx; } diff --git a/pages/center/records/index.vue b/pages/center/records/index.vue index 8647950..b634607 100644 --- a/pages/center/records/index.vue +++ b/pages/center/records/index.vue @@ -45,10 +45,11 @@ {{item.agentName}} 代接待 - + + + 未标记 + 已标记 + @@ -473,7 +474,7 @@ } } .right{ - width: 192rpx; + width: 120rpx; height: 46rpx; background: #F4F8FD; border-radius: 6rpx; diff --git a/pages/center/records/recordSearch.vue b/pages/center/records/recordSearch.vue index 641ac6b..24d06f2 100644 --- a/pages/center/records/recordSearch.vue +++ b/pages/center/records/recordSearch.vue @@ -12,10 +12,10 @@ {{item.agentName}} 代接待 - + + 未标记 + 已标记 + @@ -23,7 +23,8 @@ {{item.visitRecord || "0"}}次到访 - {{item.fraction || '0'}}% | {{item.fraction || '0'}}分 + {{item.fraction || '0'}}% + @@ -213,7 +214,7 @@ } } .right{ - width: 192rpx; + width: 120rpx; height: 46rpx; background: #F4F8FD; border-radius: 6rpx;