From 4529e842296071b47aaebf45a86fe2fd62be83f5 Mon Sep 17 00:00:00 2001 From: laiiihz Date: Mon, 2 Nov 2020 14:17:48 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=BA=95=E9=83=A8=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E6=B7=BB=E5=8A=A0=E5=9C=86=E8=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/ui/home/home_page.dart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/ui/home/home_page.dart b/lib/ui/home/home_page.dart index 550f492..428e7fd 100644 --- a/lib/ui/home/home_page.dart +++ b/lib/ui/home/home_page.dart @@ -54,6 +54,7 @@ Widget _menuButton(IconData iconData, String text, Widget page) { //底部信息栏卡片 Widget _card(String number, String text, Color color) { return AkuButton( + radius: 8.w, onPressed: () {}, color: Color(0xFFFFFFFF), child: Container( @@ -372,7 +373,10 @@ class _HomePageState extends State { //底部信息栏 Container( width: double.infinity, - // height: 333.w, + decoration: BoxDecoration( + borderRadius: BorderRadius.circular(8.w), + color: Colors.white, + ), child: Column( children: [ Row(