From e873653c457ef2169318694c6690fd1a16f4cac4 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sun, 22 Mar 2026 12:22:22 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dright-name=E5=AE=BD?= =?UTF-8?q?=E5=BA=A6=E6=BA=A2=E5=87=BA(box-sizing+flex:1)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clientarea/hgcloud/css/account.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clientarea/hgcloud/css/account.css b/clientarea/hgcloud/css/account.css index 1374a3b..b51bf0f 100644 --- a/clientarea/hgcloud/css/account.css +++ b/clientarea/hgcloud/css/account.css @@ -21,12 +21,14 @@ width: 100%; display: flex; align-items: center; + box-sizing: border-box; } .right-name { display: flex; align-items: center; justify-content: space-between; - width: 100%; + flex: 1; + min-width: 0; } .name-text { font-size: 0.22rem;