From 07903f4b3c04c7f77f8a6abaee7bd20f8e7b8985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 8 Oct 2025 12:44:26 +0800 Subject: [PATCH] =?UTF-8?q?style(community):=E4=BC=98=E5=8C=96=E5=B0=8F?= =?UTF-8?q?=E5=8C=BA=E5=90=8D=E7=A7=B0=E5=88=97=E7=9A=84=E6=96=87=E6=9C=AC?= =?UTF-8?q?=E6=98=BE=E7=A4=BA-=20=E4=B8=BA=E5=B0=8F=E5=8C=BA=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=E6=B7=BB=E5=8A=A0=20no-wrap=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E7=B1=BB-=20=E8=AE=BE=E7=BD=AE=E6=96=87=E6=9C=AC=E6=BA=A2?= =?UTF-8?q?=E5=87=BA=E6=97=B6=E6=98=BE=E7=A4=BA=E7=9C=81=E7=95=A5=E5=8F=B7?= =?UTF-8?q?=20-=20=E9=98=B2=E6=AD=A2=E6=96=87=E6=9C=AC=E6=8D=A2=E8=A1=8C?= =?UTF-8?q?=E4=BB=A5=E4=BF=9D=E6=8C=81=E8=A1=A8=E6=A0=BC=E6=95=B4=E6=B4=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/community/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/community/index.vue b/pages/community/index.vue index 802708f..e5e7579 100644 --- a/pages/community/index.vue +++ b/pages/community/index.vue @@ -4,7 +4,7 @@ - + 小区名称 联系电话 服务等级 @@ -115,4 +115,10 @@ export default { .header-cell { color: #333; } +.no-wrap{ + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +