change some padding and when bake to AccessManagementPage get table

This commit is contained in:
mohammad
2024-08-24 10:49:08 +03:00
parent 6d64408360
commit 4e1c2ab5ce
3 changed files with 9 additions and 6 deletions

View File

@ -50,13 +50,13 @@ class DateTimeWebWidget extends StatelessWidget {
const SizedBox(height: 8,),
Container(
height:size.height * 0.055 ,
padding: EdgeInsets.only(top: 10,bottom: 10,right: 30,left: 30),
padding: EdgeInsets.only(top: 10,bottom: 10,right: 30,left: 10),
decoration: containerDecoration,
child: FittedBox(
child: Column(
children: [
Row(
mainAxisAlignment: MainAxisAlignment.spaceAround,
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
InkWell(
onTap: startTime,
@ -66,9 +66,9 @@ class DateTimeWebWidget extends StatelessWidget {
color: ColorsManager.grayColor,fontSize: 12,fontWeight: FontWeight.w400),),
)
),
SizedBox(width: 10,),
SizedBox(width: 30,),
const Icon(Icons.arrow_right_alt),
SizedBox(width: 10,),
SizedBox(width: 30,),
InkWell(
onTap:endTime,
@ -78,7 +78,7 @@ class DateTimeWebWidget extends StatelessWidget {
color: ColorsManager.grayColor,fontSize: 12,fontWeight: FontWeight.w400),
),
)),
SizedBox(width: 10,),
SizedBox(width: 30,),
SvgPicture.asset(
icon,