fix:持仓详情编辑,资讯下拉加载更多

This commit is contained in:
jingyun
2026-06-22 11:36:09 +08:00
parent 08023aff82
commit ab99010306
15 changed files with 1504 additions and 186 deletions
@@ -302,15 +302,7 @@ class AssetsPage extends ConsumerWidget {
}
void _showAddAssetSheet(BuildContext context) {
showModalBottomSheet<void>(
context: context,
isScrollControlled: true,
backgroundColor: Colors.white,
shape: const RoundedRectangleBorder(
borderRadius: BorderRadius.vertical(top: Radius.circular(22)),
),
builder: (ctx) => const _AddAssetSheet(),
);
context.push(AppRoutes.assetAdd);
}
String _signedCny(double value) {