@@ -165,8 +165,15 @@ export default {
}
& > .store_name {
margin-left: 30upx;
+ width: 280rpx;
+ display: block;
& > .store_title {
margin-bottom: 30upx;
+ width: 100%;
+ white-space: nowrap;
+ text-overflow: ellipsis;
+ overflow: hidden;
+ word-break: break-all;
font-size: 32upx;
font-weight: 700;
color: #333;