瀏覽代碼

fix:解决会员页-样式调整

“HeShaoZe” 4 月之前
父節點
當前提交
4c5efd1684
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      lib/module/member/member_page.dart

+ 7 - 0
lib/module/member/member_page.dart

@@ -84,6 +84,13 @@ class MemberPage extends BasePage<MemberController> {
                         borderRadius: BorderRadius.only(
                             topLeft: Radius.circular(20.w),
                             topRight: Radius.circular(20.w)),
+                        boxShadow: [
+                          BoxShadow(
+                            color: Color.fromRGBO(0, 63, 127, 0.10),
+                            blurRadius: 28.6,
+                            offset: Offset(0, -20),
+                          ),
+                        ],
                       ),
                       child: Stack(
                         children: [