diff --git a/aiChat/components/orderItem.vue b/aiChat/components/orderItem.vue index 7357236..dc644f2 100644 --- a/aiChat/components/orderItem.vue +++ b/aiChat/components/orderItem.vue @@ -183,13 +183,17 @@ export default { } .attr { display: inline-block; - min-height: 50rpx; + height: 50rpx; + max-width: 100%; padding: 0 25rpx; margin: 20rpx 0 0 0; border-radius: 25rpx; line-height: 50rpx; color: #252525; background: rgba(239,239,239,0.39); + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; } } .price-num {