From 33cdc42b1f7f6d16c49224c8dadd0d4a22c9dbda Mon Sep 17 00:00:00 2001 From: cloud370 Date: Wed, 24 Sep 2025 05:44:38 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=99=90=E5=88=B6=E8=B4=A6=E6=88=B7?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E6=A1=86=E9=AB=98=E5=BA=A6=EF=BC=8C=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E6=8C=89=E9=92=AE=E8=A2=AB=E9=81=AE=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 设置导出对话框最大高度为80vh - 优化布局使用flex确保按钮始终可见 - 文本区域自适应高度并支持滚动 - 提升大量账户导出时的用户体验 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- components/accounts/batch-operations.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/components/accounts/batch-operations.tsx b/components/accounts/batch-operations.tsx index 3190df6..2f03dda 100644 --- a/components/accounts/batch-operations.tsx +++ b/components/accounts/batch-operations.tsx @@ -259,26 +259,26 @@ export function BatchOperations({ selectedCount, selectedAccounts, stats, onBatc - + 账户导出 成功导出 {exportData.count} 个账户 -
-
+
+