From 22a972bcf47840cdc3a680454ed99a8f116334cd Mon Sep 17 00:00:00 2001 From: taiyuan Date: Tue, 30 Nov 2021 15:21:33 +0800 Subject: [PATCH] 秒杀商品名称css修改 --- components/diy_seckill/diy_seckill.wxss | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/components/diy_seckill/diy_seckill.wxss b/components/diy_seckill/diy_seckill.wxss index a770d0a..c410259 100644 --- a/components/diy_seckill/diy_seckill.wxss +++ b/components/diy_seckill/diy_seckill.wxss @@ -116,6 +116,7 @@ swiper { padding: 4rpx 0; /* overflow: hidden; */ height: 90rpx; + word-break: break-all; /* text-overflow: ellipsis; white-space: nowrap; line-height: 48rpx; */ -- libgit2 0.21.4