From bcee082202fd0bc17b033e2975c5a06e11026e86 Mon Sep 17 00:00:00 2001 From: linxi Date: Wed, 28 Aug 2024 14:12:20 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E5=8D=83=E5=8E=BF=E5=90=8D=E5=93=81):=20?= =?UTF-8?q?=E5=8D=83=E5=8E=BF=E5=90=8D=E5=93=81=E5=BA=97=E9=93=BA--?= =?UTF-8?q?=E4=BA=A7=E4=B8=9A--=E6=9D=91=E5=B1=8B=E5=87=BA=E7=A7=9F--?= =?UTF-8?q?=E5=BD=93=E8=81=94=E7=B3=BB=E4=BA=BA=E5=A7=93=E5=90=8D=E8=B6=85?= =?UTF-8?q?=E8=BF=87=E4=B8=A4=E4=B8=AA=E5=AD=97=E6=97=B6=EF=BC=8C=E6=9D=91?= =?UTF-8?q?=E5=B1=8B=E5=90=8D=E7=A7=B0=E5=92=8C=E8=81=94=E7=B3=BB=E4=BA=BA?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E4=BC=9A=E9=81=AE=E6=8C=A1=E5=B0=81=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/famousQianxianVillageShop.vue | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkg_product/views/famousQianxianVillageShop.vue b/pkg_product/views/famousQianxianVillageShop.vue index e0878a9..1ceec5f 100644 --- a/pkg_product/views/famousQianxianVillageShop.vue +++ b/pkg_product/views/famousQianxianVillageShop.vue @@ -56,9 +56,9 @@ - + {{ inn.name }} - + {{ inn.contact }}/联系人 @@ -444,7 +444,7 @@ export default { line-height: 48rpx; } .inn-owner { - width: calc(100% - 160rpx); + width: calc(100% - 180rpx); font-size: 36rpx; font-weight: bold; color: #333; @@ -455,6 +455,7 @@ export default { color: #999; font-size: 24rpx; line-height: 40rpx; + max-width: 160rpx; } .inn-tag-wrap { margin-top: 10rpx;