From 26f3633e270faf9b368afc44750cd3854667c916 Mon Sep 17 00:00:00 2001 From: yiqiu Date: Sat, 21 Mar 2026 11:34:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=81=A2=E5=A4=8D=E8=BE=93=E5=85=A5?= =?UTF-8?q?=E6=A1=86=E5=8E=9F=E5=A7=8B=E5=AE=BD=E5=BA=A63.2rem+=E6=A0=87?= =?UTF-8?q?=E9=A2=98=E5=B7=A6=E5=AF=B9=E9=BD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- clientarea/hgcloud/css/account.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/clientarea/hgcloud/css/account.css b/clientarea/hgcloud/css/account.css index 737c8b6..e1d1235 100644 --- a/clientarea/hgcloud/css/account.css +++ b/clientarea/hgcloud/css/account.css @@ -155,6 +155,7 @@ line-height: 1.3 !important; font-weight: 600 !important; color: #1F2937 !important; + text-align: left !important; } /* === 表单行间距 — 保留 el-row flex 布局 === */ @@ -189,7 +190,7 @@ #account .box-item-b > .el-input, #account .box-item-b .el-select, #account .box-item-b .el-textarea { - width: 100% !important; + width: 3.2rem; border: none !important; border-bottom: none !important; }