浏览代码

优化GUI

carlos 1 年之前
父节点
当前提交
f1242af0de
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      app/lib/module/widgets/tcm_level_widget.dart

+ 3 - 2
app/lib/module/widgets/tcm_level_widget.dart

@@ -10,7 +10,7 @@ class TcmNormalWidget extends StatelessWidget {
   @override
   Widget build(BuildContext context) {
     return Container(
-      width: 38.0,
+      width: 43.0,
       alignment: Alignment.center,
       padding: EdgeInsets.all(3.0.r),
       decoration: BoxDecoration(
@@ -30,7 +30,7 @@ class TcmMidWidget extends StatelessWidget {
   @override
   Widget build(BuildContext context) {
     return Container(
-      width: 38.0,
+      width: 43.0,
       alignment: Alignment.center,
       padding: EdgeInsets.all(3.0.r),
       decoration: BoxDecoration(
@@ -51,6 +51,7 @@ class TcmHighWidget extends StatelessWidget {
   @override
   Widget build(BuildContext context) {
     return Container(
+      width: 43.0,
       alignment: Alignment.center,
       padding: EdgeInsets.all(3.0.r),
       decoration: BoxDecoration(