Commit d6997fb0187d4007c28f6fffe6fbbe31511c0d72

Authored by 刘宏哲
1 parent a9041359

feat(app): update ui

@@ -555,7 +555,7 @@ class _MetricTile extends StatelessWidget { @@ -555,7 +555,7 @@ class _MetricTile extends StatelessWidget {
555 Widget build(BuildContext context) { 555 Widget build(BuildContext context) {
556 return Container( 556 return Container(
557 height: 60, 557 height: 60,
558 - padding: const EdgeInsets.fromLTRB(16, 10, 16, 10), 558 + padding: const EdgeInsets.fromLTRB(16, 10, 10, 10),
559 decoration: BoxDecoration( 559 decoration: BoxDecoration(
560 color: const Color(0xFFFFFFFF), 560 color: const Color(0xFFFFFFFF),
561 border: Border.all(color: const Color(0xFFF3F3F3)), 561 border: Border.all(color: const Color(0xFFF3F3F3)),