diff --git a/pages/goods/attestation.vue b/pages/goods/attestation.vue index aeeac45..1f0f9f4 100644 --- a/pages/goods/attestation.vue +++ b/pages/goods/attestation.vue @@ -2,7 +2,7 @@ 商品认证溯源码:{{token}} - + 权证认证 diff --git a/pages/goods/tracedTo.vue b/pages/goods/tracedTo.vue index 61484b4..5bbfb2d 100644 --- a/pages/goods/tracedTo.vue +++ b/pages/goods/tracedTo.vue @@ -37,7 +37,7 @@ Hash: - {{item.hash}} + {{item.hash}} HashTo: @@ -227,7 +227,7 @@ } .hash{ width: calc(100% - 180rpx); - word-wrap: break-word !important; + word-break: break-word; } .content { display: flex; @@ -236,9 +236,7 @@ justify-content: flex-start; box-sizing: border-box; color: #999; - overflow: hidden; - text-overflow: ellipsis; - white-space: nowrap; + width: calc(100% - 180rpx); image{ width: 40rpx; height: 40rpx;