Browse Source

Merge branch 'master' of http://git.liuniu946.com/xuhaolan/paopaoShop

hwq 3 years ago
parent
commit
2c0f9444ed
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/user/jiedianDetails.vue

+ 4 - 0
pages/user/jiedianDetails.vue

@@ -260,6 +260,10 @@
 					line-height: 40rpx;
 
 					.name {
+						width: 120rpx;
+						white-space: nowrap;
+						overflow: hidden;
+						text-overflow: ellipsis;
 						font-size: 30rpx;
 						font-weight: bold;
 					}