From 35bd87e24a19700f3b4a7ef4513f310b98264ebb Mon Sep 17 00:00:00 2001 From: xiaji Date: Mon, 2 Mar 2026 14:26:26 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=89=8D=E7=AB=AF=EF=BC=9A?= =?UTF-8?q?=E7=A5=9D=E7=A6=8F=E8=AF=AD=E5=A4=9A=E8=A1=8C=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E3=80=81=E4=B8=AA=E6=80=A7=E5=8C=96=E7=A5=9D=E7=A6=8F=E8=AF=AD?= =?UTF-8?q?=E7=94=9F=E6=88=90=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/contacts_manager.html | 53 +++++++++++++++++++++++++++++------- 1 file changed, 43 insertions(+), 10 deletions(-) diff --git a/static/contacts_manager.html b/static/contacts_manager.html index 13c58a6..c5ecc49 100644 --- a/static/contacts_manager.html +++ b/static/contacts_manager.html @@ -126,15 +126,16 @@ } .blessing-text { cursor: pointer; - max-width: 300px; - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; - display: inline-block; + max-width: 400px; color: #198754; + white-space: pre-wrap; + word-break: break-word; + font-size: 12px; + line-height: 1.5; } .blessing-text:hover { text-decoration: underline; + background: #f8f9fa; } .pagination-container { margin-top: 20px; @@ -318,7 +319,7 @@