From 0280cff61f84806c6e5ed335831f508251a7a458 Mon Sep 17 00:00:00 2001 From: seaislee1209 Date: Fri, 20 Mar 2026 12:53:06 +0800 Subject: [PATCH] fix: dialog responsive sizing + clarify console password field MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - All dialogs use width="90%" + max-width for responsive layout - Clarify "控制台密码" → "火山控制台密码" with explanation hint (not AirGate login, but Volcengine console login for the sub-account) Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/views/iam/IAMUserList.vue | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/frontend/src/views/iam/IAMUserList.vue b/frontend/src/views/iam/IAMUserList.vue index a1bc273..85ca0d4 100644 --- a/frontend/src/views/iam/IAMUserList.vue +++ b/frontend/src/views/iam/IAMUserList.vue @@ -93,7 +93,7 @@ - +
用户: {{ allocateUser?.username }}
当前额度: ¥{{ Number(allocateUser?.allocated_quota || 0).toLocaleString() }}
@@ -133,7 +133,7 @@ - +
@@ -159,7 +159,7 @@ - +
@@ -203,7 +203,7 @@ - + @@ -224,7 +224,7 @@ - +
@@ -250,7 +250,7 @@ - + @@ -266,9 +266,12 @@ - + + placeholder="选填" /> +
+ 火山引擎网页后台的登录密码。不填则子账号无法登录火山网页后台,仅能通过 API Key 使用服务 +
- +