|
@@ -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(
|