From 3407ef7affd39d290a69ad15f134794196faafe1 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Wed, 11 Sep 2024 23:28:22 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E6=9D=91=E5=B1=8B=E8=AF=A6=E6=83=85)?= =?UTF-8?q?=EF=BC=9A=E3=80=90=E5=95=86=E5=9F=8E=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E3=80=91=E5=8D=83=E5=8E=BF=E5=90=8D=E5=93=81--=E4=BA=A7?= =?UTF-8?q?=E4=B8=9A--=E6=9D=91=E5=B1=8B=E5=87=BA=E7=A7=9F--=E6=9D=91?= =?UTF-8?q?=E5=B1=8B=E8=AF=A6=E6=83=85=EF=BC=8C=E6=9D=91=E5=B1=8B=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E8=BF=87=E9=95=BF=E6=97=B6=E4=B8=8D=E7=9C=81=E7=95=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/famousQianxianVillageShop.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pkg_product/views/famousQianxianVillageShop.vue b/pkg_product/views/famousQianxianVillageShop.vue index e2e69cd..1adce57 100644 --- a/pkg_product/views/famousQianxianVillageShop.vue +++ b/pkg_product/views/famousQianxianVillageShop.vue @@ -56,8 +56,8 @@ - - {{ inn.name }} + + {{ inn.name }} {{ inn.contact }}/联系人 @@ -444,17 +444,15 @@ export default { line-height: 48rpx; } .inn-owner { - width: calc(100% - 240rpx); - font-size: 36rpx; + flex: 2; + font-size: 32rpx; font-weight: bold; color: #333; - line-height: 40rpx; } .inn-owner-desc { margin: 0 0 0 20rpx; color: #999; font-size: 24rpx; - line-height: 40rpx; } .inn-tag-wrap { margin-top: 10rpx;