feat:更新闪灵UI模块

This commit is contained in:
2025-11-10 13:35:31 +08:00
parent e84be63d9f
commit d25d347bcd
4 changed files with 214 additions and 210 deletions

View File

@@ -20,7 +20,7 @@ Container buildBody({Widget? child}) {
Container buildCard({Widget? child}) {
return Container(
decoration: buildBoxDecoration(),
padding: EdgeInsets.all(10),
padding: EdgeInsets.all(16),
child: child,
);
}