From 2113b83b01eb18ea67540207ec42fca50b42e44f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=B1=E9=87=8E?= Date: Wed, 5 Nov 2025 21:43:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/SelectStadium/SelectStadium.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/publish_pages/publishBall/components/SelectStadium/SelectStadium.scss b/src/publish_pages/publishBall/components/SelectStadium/SelectStadium.scss index 447bd32..f0d3ee9 100644 --- a/src/publish_pages/publishBall/components/SelectStadium/SelectStadium.scss +++ b/src/publish_pages/publishBall/components/SelectStadium/SelectStadium.scss @@ -200,6 +200,13 @@ gap: 4px; color: rgba(0, 0, 0, 0.80); font-size: 12px; + .stadium-address-text{ + max-width: 70%; + overflow: hidden; + height: 16px; + text-overflow: ellipsis; + white-space: nowrap; + } } .stadium-map-icon{ width: 10px;