From 1babc8d0d79200e0e06928ed7620c3dda24d5fb6 Mon Sep 17 00:00:00 2001 From: ronger Date: Tue, 20 Feb 2024 19:42:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(components):=20=E4=BF=AE=E5=A4=8D=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E9=A1=B5=E5=B1=95=E7=A4=BA=E5=BC=82=E5=B8=B8=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/common/product/list.vue | 47 ++++++++++++++++-------------- 1 file changed, 25 insertions(+), 22 deletions(-) diff --git a/components/common/product/list.vue b/components/common/product/list.vue index 5a36d76..4174bcb 100644 --- a/components/common/product/list.vue +++ b/components/common/product/list.vue @@ -5,29 +5,31 @@ style="margin-bottom: 10px;">
- +
- - - # {{ tag }} - - - - - - - - {{product.productDescription}} - - - - 了解更多 - + + + # {{ tag }} + + + + + + + + {{ product.productDescription }} + + + + 了解更多 +
@@ -168,6 +170,7 @@ h3, .h3 { padding-right: 0.75rem; padding-left: 0.75rem; } + .text-container { display: -webkit-box; -webkit-box-orient: vertical;