From 7ed74b2f7de2987bd76e8cb87d8826d5b1fd9ad9 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Thu, 28 Sep 2023 17:01:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=91=E4=BB=93=E8=83=8C?= =?UTF-8?q?=E6=99=AF=E5=9B=BE=E7=89=87=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods_details/index.vue | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/pages/goods_details/index.vue b/pages/goods_details/index.vue index 41562cc..f61d2e3 100644 --- a/pages/goods_details/index.vue +++ b/pages/goods_details/index.vue @@ -287,8 +287,8 @@ v-html="description.content.replace(//ig, '')"> - - {{description.content.title}} + + {{description.content.title}} @@ -2520,4 +2520,16 @@ } } } + + .product_content{ + background-color: #fff; + &_title{ + width: 100%; + height: auto; + line-height: 50rpx; + padding: 28rpx; + word-wrap: break-word; + text-align: center; + } + } \ No newline at end of file