From a6a548b1cec8a1ef0d8d719297ccc84cfeba5a87 Mon Sep 17 00:00:00 2001 From: canglan Date: Mon, 17 Aug 2026 01:52:20 +0800 Subject: [PATCH] fix: identity bind row layout - select stole full width, inputs invisible Root cause: .form-group select global width:100% inherited inside flex row, pushing the two text inputs to zero width. Fix: fixed 92px select (flex:0 0 92px), inputs flex:1 1 30% with min-width:0 + width:auto, button flex:0 0 auto, no wrap. --- public/js/pages/users.js | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/public/js/pages/users.js b/public/js/pages/users.js index c59b421..71328ac 100644 --- a/public/js/pages/users.js +++ b/public/js/pages/users.js @@ -108,11 +108,13 @@ const UsersPage = { ${identities.length>1?``:'主身份'} `).join('')} -
- - - - +
+ + + +