From 797e086431d9b73c7e73174340b61b3c5764caea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=88=90?= Date: Wed, 3 Dec 2025 23:26:13 +0800 Subject: [PATCH] 1 --- src/components/ListCard/index.scss | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/src/components/ListCard/index.scss b/src/components/ListCard/index.scss index f693404..a316a7d 100644 --- a/src/components/ListCard/index.scss +++ b/src/components/ListCard/index.scss @@ -315,8 +315,7 @@ gap: 6px; font-size: 12px; - .smoothWrapper, - .localAreaWrapper { + .smoothWrapper { line-height: 18px; display: flex; align-items: center; @@ -325,7 +324,14 @@ } .localAreaWrapper { - max-width: 69%; + line-height: 18px; + display: flex; + align-items: center; + gap: 5px; + max-width:100%; + min-width: 0; + overflow: hidden; + flex-shrink: 1; } .localAreaTitle { @@ -359,6 +365,7 @@ display: flex; flex: 1; gap: 4px; + min-width: 0; } .localArea { @@ -371,5 +378,9 @@ white-space: nowrap; overflow: hidden; text-overflow: ellipsis; + min-width: 0; + flex: 1; + max-width: 100%; + height: 20px; } } \ No newline at end of file