From e5a99a0fe403c013fe7dba68f9179216299262d5 Mon Sep 17 00:00:00 2001 From: sheetung <30528385+sheetung@users.noreply.github.com> Date: Mon, 19 May 2025 13:14:39 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3webUI=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B5=E9=9D=A2=E5=8D=A1=E7=89=87=E6=BA=A2?= =?UTF-8?q?=E5=87=BA=E9=97=AE=E9=A2=98=20(#1451)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../home/models/component/llm-card/LLMCard.module.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/web/src/app/home/models/component/llm-card/LLMCard.module.css b/web/src/app/home/models/component/llm-card/LLMCard.module.css index f33fea99..b6d1ac6f 100644 --- a/web/src/app/home/models/component/llm-card/LLMCard.module.css +++ b/web/src/app/home/models/component/llm-card/LLMCard.module.css @@ -33,6 +33,7 @@ display: flex; flex-direction: column; gap: 0.2rem; + min-width: 0; width: 100%; } @@ -118,3 +119,12 @@ font-weight: 400; color: #2288ee; } + +.bigText { + white-space: nowrap; + overflow: hidden; + text-overflow: ellipsis; + font-size: 1.4rem; + font-weight: bold; + max-width: 100%; +}