|
|
@ -126,7 +126,6 @@ class _AlarmPageState extends State<AlarmPage> {
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
margin: EdgeInsets.only(top: 32.w),
|
|
|
|
margin: EdgeInsets.only(top: 32.w),
|
|
|
|
width: 686.w,
|
|
|
|
width: 686.w,
|
|
|
|
height: 148.w,
|
|
|
|
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
decoration: BoxDecoration(
|
|
|
|
color: Colors.white.withOpacity(0.9),
|
|
|
|
color: Colors.white.withOpacity(0.9),
|
|
|
|
borderRadius: BorderRadius.circular(16),
|
|
|
|
borderRadius: BorderRadius.circular(16),
|
|
|
@ -138,7 +137,6 @@ class _AlarmPageState extends State<AlarmPage> {
|
|
|
|
child: Column(
|
|
|
|
child: Column(
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
crossAxisAlignment: CrossAxisAlignment.start,
|
|
|
|
children: [
|
|
|
|
children: [
|
|
|
|
SizedBox(height: 24.w),
|
|
|
|
|
|
|
|
Container(
|
|
|
|
Container(
|
|
|
|
margin: EdgeInsets.only(top: 24.w, left: 32.w),
|
|
|
|
margin: EdgeInsets.only(top: 24.w, left: 32.w),
|
|
|
|
child: Text(
|
|
|
|
child: Text(
|
|
|
@ -174,6 +172,7 @@ class _AlarmPageState extends State<AlarmPage> {
|
|
|
|
],
|
|
|
|
],
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
),
|
|
|
|
|
|
|
|
24.hb,
|
|
|
|
],
|
|
|
|
],
|
|
|
|
)),
|
|
|
|
)),
|
|
|
|
Spacer(),
|
|
|
|
Spacer(),
|
|
|
|