refactor(ui): 移除快捷操作栏盈亏按钮,今日盈亏/总盈亏卡片已有点击跳转

This commit is contained in:
2026-04-06 03:15:32 +08:00
parent 773f699986
commit cc4d36d374
90 changed files with 60025 additions and 59835 deletions

View File

@@ -32,7 +32,7 @@ class ConfirmDialog extends StatelessWidget {
: context.appColors.down;
return Dialog(
backgroundColor: const Color(0x00000000),
backgroundColor: Colors.transparent,
child: GlassPanel(
borderRadius: BorderRadius.circular(AppRadius.lg),
padding: EdgeInsets.all(AppSpacing.lg),