|
|
|
@ -23,7 +23,7 @@ class _Tips extends State<Tips> {
|
|
|
|
|
child: Center( |
|
|
|
|
child: Container( |
|
|
|
|
width: MediaQuery.of(context).size.width - 80.w, |
|
|
|
|
height: 146.h, |
|
|
|
|
height: 165.h, |
|
|
|
|
decoration: BoxDecoration( |
|
|
|
|
color: Colors.white, |
|
|
|
|
borderRadius: BorderRadius.circular(8), |
|
|
|
@ -32,7 +32,7 @@ class _Tips extends State<Tips> {
|
|
|
|
|
children: [ |
|
|
|
|
Container( |
|
|
|
|
width: double.infinity, |
|
|
|
|
height: 90.h, |
|
|
|
|
height:109.h, |
|
|
|
|
alignment: Alignment.center, |
|
|
|
|
padding: EdgeInsets.all(10), |
|
|
|
|
child: Text( |
|
|
|
|