From aaabc8f48f05f4a731fc328da1edbc7b888eed2c Mon Sep 17 00:00:00 2001 From: Smart Date: Fri, 21 Apr 2023 10:10:51 +0530 Subject: [PATCH] ui-fix --- .../service-list/service-list.component.html | 57 +++++++++++++++---- .../service-list/service-list.component.scss | 9 +++ .../user/user-list/user-list.component.html | 2 +- .../user/user-list/user-list.component.scss | 3 + 4 files changed, 60 insertions(+), 11 deletions(-) diff --git a/ng-seed/src/app/appoinment/service-list-details/service-list/service-list.component.html b/ng-seed/src/app/appoinment/service-list-details/service-list/service-list.component.html index 894843e..f670890 100644 --- a/ng-seed/src/app/appoinment/service-list-details/service-list/service-list.component.html +++ b/ng-seed/src/app/appoinment/service-list-details/service-list/service-list.component.html @@ -15,37 +15,73 @@ --> - +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
S.No {{row.serviceId}} Service Name {{row.servicesName}} Duration {{row.duration}} Mins Fees {{row.fees}} Description {{row.description}} Action
+ + + S.No {{row.serviceId}} - - + Service Name {{row.servicesName}} - Duration {{row.duration}} Mins + Fees {{row.fees}} - + Description {{row.description}} - + - - Action @@ -58,7 +94,8 @@ - + --> + - Business Name + Business Name {{element.BusinessDetails.length>0 ? element.BusinessDetails[0].busName : null }} diff --git a/ng-seed/src/app/appoinment/user/user-list/user-list.component.scss b/ng-seed/src/app/appoinment/user/user-list/user-list.component.scss index 290bcec..a0a34d6 100644 --- a/ng-seed/src/app/appoinment/user/user-list/user-list.component.scss +++ b/ng-seed/src/app/appoinment/user/user-list/user-list.component.scss @@ -204,4 +204,7 @@ img { overflow: auto; max-height: 500px; } + .th-mat{ + width: 18%; + } \ No newline at end of file